summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-12 15:23:39 +0000
committertnn <tnn@pkgsrc.org>2015-03-12 15:23:39 +0000
commit57fd3ce3b2c5f950f0a84fab7a394ef107a5df0b (patch)
treeadad82a8c2c99e972d96b7145856b40beaf18b21 /comms
parent7f666d9e5706427419fdc80f0bc51b5ae20209ca (diff)
downloadpkgsrc-57fd3ce3b2c5f950f0a84fab7a394ef107a5df0b.tar.gz
honour PKGMANDIR
Diffstat (limited to 'comms')
-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}