From 3266b5178ad3ffc41b30e697d1cdcd18ed5847cd Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 12 Mar 2015 15:23:39 +0000 Subject: honour PKGMANDIR --- comms/hylafax/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms') 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} -- cgit v1.2.3