svn commit: r357889 - head/games/jin
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 15 14:34:39 UTC 2014
Author: vanilla
Date: Sun Jun 15 14:34:38 2014
New Revision: 357889
URL: http://svnweb.freebsd.org/changeset/ports/357889
QAT: https://qat.redports.org/buildarchive/r357889/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/games/jin/Makefile
Modified: head/games/jin/Makefile
==============================================================================
--- head/games/jin/Makefile Sun Jun 15 14:30:47 2014 (r357888)
+++ head/games/jin/Makefile Sun Jun 15 14:34:38 2014 (r357889)
@@ -28,16 +28,15 @@ FIND_DIRS= . -type d
FIND_DATA= . -type f
RM_FILES= ${PORTNAME} README changelog.txt gpl.txt
-NO_STAGE= yes
post-extract:
.for f in ${RM_FILES}
@${RM} ${WRKSRC}/${f}
.endfor
do-install:
- @${MKDIR} ${DATADIR}
- @cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} ";"
- @cd ${WRKSRC} && ${FIND} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} ";"
- @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ @cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} ";"
+ @cd ${WRKSRC} && ${FIND} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} ";"
+ @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list