diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-01 11:45:27 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-01 11:45:27 +0000 |
commit | b18375c043db37e7b7734dd59d2db37001c4faff (patch) | |
tree | ffc46117daf0ac0048a8a216c24c018442b75a44 /net/httptunnel | |
parent | 0ee6c9ef7319ebf5dbafa132e5e7be8143c822e7 (diff) | |
download | pkgsrc-b18375c043db37e7b7734dd59d2db37001c4faff.tar.gz |
Pass --mandir and support PKGMANDIR.
Diffstat (limited to 'net/httptunnel')
-rw-r--r-- | net/httptunnel/Makefile | 5 |
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" |