aboutsummaryrefslogtreecommitdiff
path: root/security/proxytunnel
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 12:35:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 12:35:04 +0000
commit466ee71916f880e5a070350d8a84407ee75fe12d (patch)
tree021b5abe00057205a871723ca245d4d88618447f /security/proxytunnel
parent40b020793032c5b947e54b0822101c7cb3160cb0 (diff)
downloadports-466ee71916f880e5a070350d8a84407ee75fe12d.tar.gz
ports-466ee71916f880e5a070350d8a84407ee75fe12d.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331381
Diffstat (limited to 'security/proxytunnel')
-rw-r--r--security/proxytunnel/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index f991f499fcec..af94d85828bf 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -14,12 +14,10 @@ USES= pkgconfig gmake
ALL_TARGET= ${PORTNAME}
-MAN1= proxytunnel.1
-PLIST_FILES= bin/proxytunnel
+PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>