summaryrefslogtreecommitdiff
path: root/net/httptunnel
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-01 11:45:27 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-01 11:45:27 +0000
commitb18375c043db37e7b7734dd59d2db37001c4faff (patch)
treeffc46117daf0ac0048a8a216c24c018442b75a44 /net/httptunnel
parent0ee6c9ef7319ebf5dbafa132e5e7be8143c822e7 (diff)
downloadpkgsrc-b18375c043db37e7b7734dd59d2db37001c4faff.tar.gz
Pass --mandir and support PKGMANDIR.
Diffstat (limited to 'net/httptunnel')
-rw-r--r--net/httptunnel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile
index 1dab9bc5fdf..943925ea36e 100644
--- a/net/httptunnel/Makefile
+++ b/net/httptunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/03/08 12:37:43 mef Exp $
+# $NetBSD: Makefile,v 1.10 2016/04/01 11:45:27 jperkin Exp $
#
DISTNAME= httptunnel-3.3
@@ -11,6 +11,7 @@ COMMENT= Encapsulate TCP/IP connections in HTTP requests
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"