aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hffzip
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-09-25 10:22:52 +0800
committervanilla <vanilla@FreeBSD.org>2013-09-25 10:22:52 +0800
commit64b8e72e4b5b87dd734372a2f318aa44c9fcecdf (patch)
tree884d72a1757768fd347c4ff89aa145f2387b3073 /archivers/hffzip
parentdc47d7484a6573529246db323b4086ab152eb878 (diff)
downloadfreebsd-ports-gnome-64b8e72e4b5b87dd734372a2f318aa44c9fcecdf.tar.gz
freebsd-ports-gnome-64b8e72e4b5b87dd734372a2f318aa44c9fcecdf.tar.zst
freebsd-ports-gnome-64b8e72e4b5b87dd734372a2f318aa44c9fcecdf.zip
Support stage.
Diffstat (limited to 'archivers/hffzip')
-rw-r--r--archivers/hffzip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/hffzip/Makefile b/archivers/hffzip/Makefile
index 055da698da59..a1e911aa1028 100644
--- a/archivers/hffzip/Makefile
+++ b/archivers/hffzip/Makefile
@@ -15,10 +15,9 @@ LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
PLIST_FILES= bin/hffzip
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>