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 | 791c12d07e15729fe3db7468786366ff03c3684f (patch) | |
tree | 472b551bf446bf00b1f3c7f596e0c8ffeef6882b /editors/ed | |
parent | abf41cff1e3628ba11443b5d6e352a53425543de (diff) | |
download | pkgsrc-791c12d07e15729fe3db7468786366ff03c3684f.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 'editors/ed')
-rw-r--r-- | editors/ed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile index bdd02c0dc69..b15174ffbc6 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/05/08 01:28:36 reed Exp $ +# $NetBSD: Makefile,v 1.4 2004/05/08 02:08:38 reed Exp $ DISTNAME= ed-0.2 PKGREVISION= 1 @@ -10,6 +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 MAKE_ENV+= INFO_DIR=${INFO_DIR} .include "../../mk/bsd.prefs.mk" |