diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 20:35:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 20:35:04 +0800 |
commit | bd23c60c0795c8ad39c1374ec932b2b524ff6a03 (patch) | |
tree | 021b5abe00057205a871723ca245d4d88618447f /security/proxytunnel | |
parent | ee54aa9f32aba71d26323ed3105a239f0780b092 (diff) | |
download | freebsd-ports-gnome-bd23c60c0795c8ad39c1374ec932b2b524ff6a03.tar.gz freebsd-ports-gnome-bd23c60c0795c8ad39c1374ec932b2b524ff6a03.tar.zst freebsd-ports-gnome-bd23c60c0795c8ad39c1374ec932b2b524ff6a03.zip |
Support staging.
Diffstat (limited to 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 8 |
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> |