svn commit: r336117 - head/devel/calibrator
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 10 21:12:31 UTC 2013
Author: bapt
Date: Tue Dec 10 21:12:30 2013
New Revision: 336117
URL: http://svnweb.freebsd.org/changeset/ports/336117
Log:
Support stage
Modified:
head/devel/calibrator/Makefile
Modified: head/devel/calibrator/Makefile
==============================================================================
--- head/devel/calibrator/Makefile Tue Dec 10 21:11:45 2013 (r336116)
+++ head/devel/calibrator/Makefile Tue Dec 10 21:12:30 2013 (r336117)
@@ -14,12 +14,11 @@ COMMENT= Cache Profiling Tool
NO_WRKSUBDIR= yes
PLIST_FILES= bin/calibrator
-NO_STAGE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
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