diff options
author | reed <reed@pkgsrc.org> | 2005-11-04 19:30:00 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-11-04 19:30:00 +0000 |
commit | 5ec12059d7795ea17df7e9386a981626241dac5b (patch) | |
tree | f438b66fe91837649faf8cbd9e88eedfa24f77ff /editors/mule | |
parent | e3e126b990084b7348155b09714515830412e6d3 (diff) | |
download | pkgsrc-5ec12059d7795ea17df7e9386a981626241dac5b.tar.gz |
Append "/man1" for the --mandir switch.
This is not normal, but the source's configure and Makefile.in
assume this.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 197bceab076..389cda3402e 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/06/30 10:20:49 markd Exp $ +# $NetBSD: Makefile,v 1.32 2005/11/04 19:30:00 reed Exp $ DISTNAME= mule-2.3 PKGREVISION= 2 @@ -26,6 +26,7 @@ CHECK_WRKREF_SKIP+= ${PREFIX}/bin/mule-19.28 WRKSRC= ${WRKDIR}/mule GNU_CONFIGURE= yes +GNU_CONFIGURE_MANDIR= ${PREFIX}/${PKGMANDIR}/man1 USE_TOOLS+= gmake CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-x --with-x-toolkit=lucid |