diff options
author | reed <reed> | 2004-05-08 16:14:55 +0000 |
---|---|---|
committer | reed <reed> | 2004-05-08 16:14:55 +0000 |
commit | 5a08a58d334a2dc24c3f8b505076e8cc3578e36d (patch) | |
tree | 7ebdb4744dc613cfca0c95a7f2fd96626a43a3d7 /editors | |
parent | 7755515774abdf81ce5adf3f3c5dbab5b163d270 (diff) | |
download | pkgsrc-5a08a58d334a2dc24c3f8b505076e8cc3578e36d.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 'editors')
-rw-r--r-- | editors/ed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile index b15174ffbc6..da526f30bb2 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/08 02:08:38 reed Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/08 16:14:55 reed Exp $ DISTNAME= ed-0.2 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/ed/ed.html COMMENT= GNU version of line-oriented text editor GNU_CONFIGURE= YES -NO_CONFIGURE_INFODIR= YES +CONFIGURE_HAS_INFODIR= NO MAKE_ENV+= INFO_DIR=${INFO_DIR} .include "../../mk/bsd.prefs.mk" |