diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-25 10:22:52 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-25 10:22:52 +0800 |
commit | 64b8e72e4b5b87dd734372a2f318aa44c9fcecdf (patch) | |
tree | 884d72a1757768fd347c4ff89aa145f2387b3073 /archivers/hffzip | |
parent | dc47d7484a6573529246db323b4086ab152eb878 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |