diff options
author | reed <reed> | 2005-11-04 19:30:00 +0000 |
---|---|---|
committer | reed <reed> | 2005-11-04 19:30:00 +0000 |
commit | 98c8bd3de91646f9cb665b39d7412e1769c3f959 (patch) | |
tree | f438b66fe91837649faf8cbd9e88eedfa24f77ff | |
parent | eea2e7f07eada9d52e73bbb8d53d978400a39b3b (diff) | |
download | pkgsrc-98c8bd3de91646f9cb665b39d7412e1769c3f959.tar.gz |
Append "/man1" for the --mandir switch.
This is not normal, but the source's configure and Makefile.in
assume this.
-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 |