Add staging support.
This commit is contained in:
parent
4b2e444859
commit
804b366f9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354925
@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR}
|
||||
WANT_GNOME= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@for FILE in ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \
|
||||
${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \
|
||||
@ -26,6 +25,6 @@ post-extract:
|
||||
done
|
||||
|
||||
do-install:
|
||||
@cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${PREFIX}/share/icons
|
||||
cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${STAGEDIR}${PREFIX}/share/icons
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user