svn commit: r328238 - head/archivers/hffzip
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Sep 25 02:22:53 UTC 2013
Author: vanilla
Date: Wed Sep 25 02:22:52 2013
New Revision: 328238
URL: http://svnweb.freebsd.org/changeset/ports/328238
Log:
Support stage.
Modified:
head/archivers/hffzip/Makefile
Modified: head/archivers/hffzip/Makefile
==============================================================================
--- head/archivers/hffzip/Makefile Wed Sep 25 02:17:18 2013 (r328237)
+++ head/archivers/hffzip/Makefile Wed Sep 25 02:22:52 2013 (r328238)
@@ -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>
More information about the svn-ports-all
mailing list