Date: Wed, 25 Sep 2013 02:22:53 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328238 - head/archivers/hffzip Message-ID: <201309250222.r8P2Mr8B025733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309250222.r8P2Mr8B025733>