diff options
author | reed <reed@pkgsrc.org> | 2005-10-04 18:31:29 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-04 18:31:29 +0000 |
commit | 75bb799d8a04006d7d45d44b49a5acf026139945 (patch) | |
tree | 1b402e8b15272b05d13228c03f297c31b73932b7 /sysutils/findutils | |
parent | f040e1c04f9db67b48fee83312e6b0d999f4df0b (diff) | |
download | pkgsrc-75bb799d8a04006d7d45d44b49a5acf026139945.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/findutils')
-rw-r--r-- | sysutils/findutils/Makefile | 5 |
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 |