pkgsrc/sysutils/i2ocfg/patches/patch-aa
obache 1d48fffc6c Update i2ocfg to 1.1.
pkgsrc Changes:
 * This package using BSD Makefile, no need to special care of MAKE_ENV.
 * Honor PKGMANDIR.
 * Need some pre-created directories before installation.
 * Then DESTDIR ready.

Changes:
-- 1.1, April 23rd 2003

Intel boards want the page destination buffer aligned. Since we map xfers
directly, and don't bounce buffer any more, things were occasionally
unaligned.
2007-12-31 02:07:09 +00:00

11 lines
266 B
Text

$NetBSD: patch-aa,v 1.1 2007/12/31 02:07:10 obache Exp $
--- Makefile.orig 2003-04-24 14:14:07.000000000 +0000
+++ Makefile
@@ -5,6 +5,5 @@ SRCS= dialog.c tables.c
MAN= i2ocfg.8
BINDIR= ${PREFIX}/libexec/cgi-bin
-MANDIR= ${PREFIX}/man
.include <bsd.prog.mk>