From 9189966bed62bfb9f87237c90128d13e5076d4a1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 6 Jul 2014 15:01:07 +0000 Subject: [PATCH] Support stage --- www/httptunnel/Makefile | 14 +++++--------- 1 file 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