summaryrefslogtreecommitdiff
path: root/editors/ed/Makefile
diff options
context:
space:
mode:
authorreed <reed>2005-10-16 05:07:58 +0000
committerreed <reed>2005-10-16 05:07:58 +0000
commitfa0b60ce77f1e139954b66597af596cd3302fcc5 (patch)
tree2b1b976827c74e81cc40bd9362488346d9e5b3e9 /editors/ed/Makefile
parentc0166cf810681161bf114c166ebe5068d990b96e (diff)
downloadpkgsrc-fa0b60ce77f1e139954b66597af596cd3302fcc5.tar.gz
Just like this configure doesn't support --infodir, it doesn't
support --mandir. Also add to the patch to allow this PKGMANDIR customization.
Diffstat (limited to 'editors/ed/Makefile')
-rw-r--r--editors/ed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile
index da526f30bb2..2ed8204804d 100644
--- a/editors/ed/Makefile
+++ b/editors/ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/05/08 16:14:55 reed Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/16 05:07:58 reed Exp $
DISTNAME= ed-0.2
PKGREVISION= 1
@@ -11,6 +11,7 @@ COMMENT= GNU version of line-oriented text editor
GNU_CONFIGURE= YES
CONFIGURE_HAS_INFODIR= NO
+CONFIGURE_HAS_MANDIR= NO
MAKE_ENV+= INFO_DIR=${INFO_DIR}
.include "../../mk/bsd.prefs.mk"