diff options
author | reed <reed@pkgsrc.org> | 2004-05-08 02:08:38 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-08 02:08:38 +0000 |
commit | 64ec3da5bed592cf329580f74ae6b43c7cfbd6aa (patch) | |
tree | 472b551bf446bf00b1f3c7f596e0c8ffeef6882b /sysutils | |
parent | 867064a886c898ed6312f0be822e31b63be5712a (diff) | |
download | pkgsrc-64ec3da5bed592cf329580f74ae6b43c7cfbd6aa.tar.gz |
Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/findutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile index 0cf280c391d..8d74c0d20c3 100644 --- a/sysutils/findutils/Makefile +++ b/sysutils/findutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/05/08 01:24:12 reed Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/08 02:08:38 reed Exp $ DISTNAME= findutils-4.1 PKGREVISION= 3 @@ -11,6 +11,7 @@ COMMENT= The GNU find, xargs and locate utilities USE_BUILDLINK3= YES GNU_CONFIGURE= YES +NO_CONFIGURE_INFODIR= YES MAKE_ENV+= INFO_DIR=${INFO_DIR} INFO_FILES= find.info |