svn commit: r348065 - head/sysutils/toshctl
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 13 13:38:23 UTC 2014
Author: ehaupt
Date: Thu Mar 13 13:38:22 2014
New Revision: 348065
URL: http://svnweb.freebsd.org/changeset/ports/348065
QAT: https://qat.redports.org/buildarchive/r348065/
Log:
Support staging
Modified:
head/sysutils/toshctl/Makefile
Modified: head/sysutils/toshctl/Makefile
==============================================================================
--- head/sysutils/toshctl/Makefile Thu Mar 13 13:37:36 2014 (r348064)
+++ head/sysutils/toshctl/Makefile Thu Mar 13 13:38:22 2014 (r348065)
@@ -15,8 +15,7 @@ PLIST_FILES= bin/toshctl
WRKSRC= ${WRKDIR}/toshctl
-NO_STAGE= yes
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