mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Drop @dirrm* from plist
Approved by: portmgr blanket
This commit is contained in:
parent
6abbe4d058
commit
84fe639ca1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386849
@ -25,14 +25,11 @@ pre-install:
|
|||||||
${RM} -f ${PLIST}
|
${RM} -f ${PLIST}
|
||||||
.for DIR in data maps scenarios techs tilesets tutorials
|
.for DIR in data maps scenarios techs tilesets tutorials
|
||||||
@cd ${WRKSRC} && \
|
@cd ${WRKSRC} && \
|
||||||
${FIND} ${DIR} -type d -empty | ${SORT} -r | ${SED} -e 's|^|@exec ${MKDIR} %D/%%DATADIR%%/|' -e 's|$$| > /dev/null 2>\&1|' >> ${PLIST} && \
|
${FIND} ${DIR} -type d -empty | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} && \
|
||||||
${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
|
${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST}
|
||||||
${FIND} ${DIR} -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
|
|
||||||
.endfor
|
.endfor
|
||||||
@${ECHO_CMD} "share/applications/megaglest.desktop" >> ${PLIST}
|
@${ECHO_CMD} "share/applications/megaglest.desktop" >> ${PLIST}
|
||||||
@${ECHO_CMD} "share/icons/megaglest.png" >> ${PLIST}
|
@${ECHO_CMD} "share/icons/megaglest.png" >> ${PLIST}
|
||||||
@${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST}
|
|
||||||
@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/glest_factions
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/glest_factions
|
||||||
|
Loading…
Reference in New Issue
Block a user