summaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authortnn <tnn>2015-03-12 15:23:39 +0000
committertnn <tnn>2015-03-12 15:23:39 +0000
commit9099fc1990d3066e0c3e4f3fdbfcc75e2462b6cc (patch)
treeadad82a8c2c99e972d96b7145856b40beaf18b21 /comms/hylafax
parenta7c92d7615664d20663d94dcbe3c8ca254b237b6 (diff)
downloadpkgsrc-9099fc1990d3066e0c3e4f3fdbfcc75e2462b6cc.tar.gz
honour PKGMANDIR
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index dcb43907e35..afae6e31b44 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2014/03/14 15:59:29 adam Exp $
+# $NetBSD: Makefile,v 1.71 2015/03/12 15:23:39 tnn Exp $
DISTNAME= hylafax-6.0.6
CATEGORIES= comms
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-INSTALL="" --nointeractive
CONFIGURE_ARGS+= --with-ZLIBINC=-I${BUILDLINK_PREFIX.zlib}/include
CONFIGURE_ARGS+= --with-LIBZ="-L${BUILDLINK_PREFIX.zlib}/lib -lz"
CONFIGURE_ARGS+= --with-SYSVINIT=no
+CONFIGURE_ARGS+= --with-DIR_MAN=${PREFIX:Q}/${PKGMANDIR:Q}
CONFIGURE_ENV+= FAXUID=${FAXUSER:Q}
CONFIGURE_ENV+= FAXGID=${FAXGROUP:Q}
CONFIGURE_ENV+= OPTIMIZER=${CFLAGS:Q}