diff options
author | reed <reed@pkgsrc.org> | 2004-05-08 16:14:55 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-08 16:14:55 +0000 |
commit | 91e9b985e1768eddfbcf1cca3bafe92d66fb53d9 (patch) | |
tree | 7ebdb4744dc613cfca0c95a7f2fd96626a43a3d7 /sysutils/findutils/Makefile | |
parent | 311a30823878b9bfa175c718f561bc982b12b93d (diff) | |
download | pkgsrc-91e9b985e1768eddfbcf1cca3bafe92d66fb53d9.tar.gz |
Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that
does not support --infodir option (while using INFO_FILES) can set
CONFIGURE_HAS_INFODIR=NO.
This was suggested by agc@ as a clearer definition.
Diffstat (limited to 'sysutils/findutils/Makefile')
-rw-r--r-- | sysutils/findutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile index 8d74c0d20c3..6a32abe676f 100644 --- a/sysutils/findutils/Makefile +++ b/sysutils/findutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/05/08 02:08:38 reed Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/08 16:14:55 reed Exp $ DISTNAME= findutils-4.1 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= The GNU find, xargs and locate utilities USE_BUILDLINK3= YES GNU_CONFIGURE= YES -NO_CONFIGURE_INFODIR= YES +CONFIGURE_HAS_INFODIR= NO MAKE_ENV+= INFO_DIR=${INFO_DIR} INFO_FILES= find.info |