summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorreed <reed>2005-10-04 18:31:29 +0000
committerreed <reed>2005-10-04 18:31:29 +0000
commitdc36bf1a3b7150364e45ea79a0b4a229dd37fa1a (patch)
tree1b402e8b15272b05d13228c03f297c31b73932b7 /sysutils
parentd6dd3698d045d9d5740a10166e396d293ac28bf8 (diff)
downloadpkgsrc-dc36bf1a3b7150364e45ea79a0b4a229dd37fa1a.tar.gz
Add to CONFIGURE_ARGS if GNU_PROGRAM_PREFIX is defined.
(Maybe that didn't matter.) Also set CONFIGURE_HAS_MANDIR=NO because this configure script is too old. (I have a patch to commit too for honoring PKGMANDIR.)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/findutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile
index a34b643db5a..7a130150eed 100644
--- a/sysutils/findutils/Makefile
+++ b/sysutils/findutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:23 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/04 18:31:29 reed Exp $
DISTNAME= findutils-4.1
PKGREVISION= 4
@@ -11,6 +11,7 @@ COMMENT= The GNU find, xargs and locate utilities
GNU_CONFIGURE= YES
CONFIGURE_HAS_INFODIR= NO
+CONFIGURE_HAS_MANDIR= NO
MAKE_ENV+= INFO_DIR=${INFO_DIR}
INFO_FILES= find.info
@@ -18,7 +19,7 @@ INFO_FILES= find.info
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
-CONFIGURE_ARGS= --program-prefix=${GNU_PROGRAM_PREFIX}
+CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX