aboutsummaryrefslogtreecommitdiff
path: root/net/simpleproxy/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-23 15:07:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-23 15:07:02 +0000
commit5d40ea85c6fa4266b579680cf3f4de7f4936f86c (patch)
treecc73d3c3f619bd651c126369d354b001a682feaf /net/simpleproxy/Makefile
parentfff0f9fbe544548b4fe7031bb26792ad93684e68 (diff)
downloadports-5d40ea85c6fa4266b579680cf3f4de7f4936f86c.tar.gz
ports-5d40ea85c6fa4266b579680cf3f4de7f4936f86c.zip
Notes
Diffstat (limited to 'net/simpleproxy/Makefile')
-rw-r--r--net/simpleproxy/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/simpleproxy/Makefile b/net/simpleproxy/Makefile
index cc0bb1df5263..0936b4b59996 100644
--- a/net/simpleproxy/Makefile
+++ b/net/simpleproxy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= simpleproxy
PORTVERSION= 3.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
@@ -11,11 +12,6 @@ COMMENT= Simple TCP proxy
GNU_CONFIGURE= yes
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-.if !defined(NO_INSTALL_MANPAGES)
-MAN1= simpleproxy.1
-.endif
-
-NO_STAGE= yes
.include <bsd.port.mk>