aboutsummaryrefslogtreecommitdiff
path: root/www/httptunnel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-06 15:01:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-06 15:01:07 +0000
commit9189966bed62bfb9f87237c90128d13e5076d4a1 (patch)
tree1383030fed0ef5e3114e112ed9b96f4afbea3fb1 /www/httptunnel
parent35b4c3d8b8bd522fa36b11d6e5a20ae3f2b280a2 (diff)
downloadports-9189966bed62bfb9f87237c90128d13e5076d4a1.tar.gz
ports-9189966bed62bfb9f87237c90128d13e5076d4a1.zip
Notes
Diffstat (limited to 'www/httptunnel')
-rw-r--r--www/httptunnel/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile
index 4e063d4073c3..f29da6bb9804 100644
--- a/www/httptunnel/Makefile
+++ b/www/httptunnel/Makefile
@@ -12,19 +12,15 @@ MASTER_SITES= http://www.Awfulhak.org/httptunnel/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Tunnel a TCP/IP connection through a HTTP/TCP/IP connection
+OPTIONS_DEFINE= DEBUG
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
-.if defined(ENABLE_DEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.endif
-MAN1= hts.1 htc.1
+DEBUG_CONFIGURE_ENABLE= debug
USE_RC_SUBR= hts htc
-PLIST_FILES= bin/hts bin/htc
-
-NO_STAGE= yes
-post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+PLIST_FILES= bin/hts bin/htc \
+ man/man1/hts.1.gz man/man1/htc.1.gz
.include <bsd.port.mk>