summaryrefslogtreecommitdiff
path: root/editors/ed
diff options
context:
space:
mode:
authorreed <reed>2004-05-08 02:08:38 +0000
committerreed <reed>2004-05-08 02:08:38 +0000
commit042a72a5a332705b43b43ccddbd84543a70b88f6 (patch)
tree472b551bf446bf00b1f3c7f596e0c8ffeef6882b /editors/ed
parentf946558ae9e3bd8d9b24827830c326c2b9671c00 (diff)
downloadpkgsrc-042a72a5a332705b43b43ccddbd84543a70b88f6.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/Makefile3
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"