aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 10:22:52 +0800
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 10:22:52 +0800
commit3410aefc5469f60bdf8db5a127cadd3e177c97e1 (patch)
tree884d72a1757768fd347c4ff89aa145f2387b3073 /archivers
parent71547ec32cbd62cfb24a81c49435ed1a7e1ac31a (diff)
downloadfreebsd-ports-gnome-3410aefc5469f60bdf8db5a127cadd3e177c97e1.tar.gz
freebsd-ports-gnome-3410aefc5469f60bdf8db5a127cadd3e177c97e1.tar.zst
freebsd-ports-gnome-3410aefc5469f60bdf8db5a127cadd3e177c97e1.zip
Support stage.
Diffstat (limited to 'archivers')
-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>