Add NO_STAGE all over the place in preparation for the staging support (cat: java)

This commit is contained in:
Baptiste Daroussin
2013-09-20 19:48:32 +00:00
parent 8ee9a3584f
commit c2c2a2b86b
143 changed files with 178 additions and 161 deletions

View File

@@ -34,6 +34,7 @@ FIND_DATA= -type f -not \( -name "README" -or -name "LICENSE" \)
PLIST_SUB+= EPLUGINID=${EPLUGIN_ID} EPLUGINVER="${PORTVERSION}" \
PORTVERSION=${PORTVERSION}
NO_STAGE= yes
do-install:
cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \;
cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;