From bd23c60c0795c8ad39c1374ec932b2b524ff6a03 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 23 Oct 2013 12:35:04 +0000 Subject: Support staging. --- security/proxytunnel/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'security/proxytunnel') 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 -- cgit