summaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-28 04:40:46 +0000
committerreed <reed@pkgsrc.org>2005-12-28 04:40:46 +0000
commitde5dfd2e1871535e7339d742e9926d2c6dbef45d (patch)
treec824346155c9d850a6313d97e78da18bb6815651 /textproc/catdoc
parent4dfe90e2c42b99d57efbbc2b78b5c109e1d2d108 (diff)
downloadpkgsrc-de5dfd2e1871535e7339d742e9926d2c6dbef45d.tar.gz
Define "man1dir" in the configure environment so it can use custom
PKGMANDIR. (Somehow I missed this in the commit earlier today.)
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile
index 5347684d231..beaf5f66387 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/06/22 21:11:35 is Exp $
+# $NetBSD: Makefile,v 1.27 2005/12/28 04:40:46 reed Exp $
#
.include "Makefile.common"
@@ -7,5 +7,6 @@ PKGREVISION= 2
CONFIGURE_ARGS+= --disable-wordview
CONFIGURE_ENV+= enable_wordview=no
+CONFIGURE_ENV+= man1dir=${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"