diff options
author | reed <reed@pkgsrc.org> | 2005-10-16 05:07:58 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-16 05:07:58 +0000 |
commit | 0c1f4bdf3dac9cae58b99f8ecaba31ecffff6991 (patch) | |
tree | 2b1b976827c74e81cc40bd9362488346d9e5b3e9 /editors/ed/Makefile | |
parent | 580bc265dcffb39f3340438b28d27f64a9abcac9 (diff) | |
download | pkgsrc-0c1f4bdf3dac9cae58b99f8ecaba31ecffff6991.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/Makefile | 3 |
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" |