pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/findutils Add to CONFIGURE_ARGS if GNU_PROGRA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdfbe68b56b2
branches: trunk
changeset: 500252:cdfbe68b56b2
user: reed <reed%pkgsrc.org@localhost>
date: Tue Oct 04 18:31:29 2005 +0000
description:
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:
sysutils/findutils/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5e2edfabb1f7 -r cdfbe68b56b2 sysutils/findutils/Makefile
--- a/sysutils/findutils/Makefile Tue Oct 04 18:31:20 2005 +0000
+++ b/sysutils/findutils/Makefile Tue Oct 04 18:31:29 2005 +0000
@@ -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 @@
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 @@
.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
Home |
Main Index |
Thread Index |
Old Index