svn commit: r370827 - head/x11-themes/gnome-icons-faenza
Pawel Pekala
pawel at FreeBSD.org
Mon Oct 13 22:40:47 UTC 2014
Author: pawel
Date: Mon Oct 13 22:40:46 2014
New Revision: 370827
URL: https://svnweb.freebsd.org/changeset/ports/370827
QAT: https://qat.redports.org/buildarchive/r370827/
Log:
Don't add dirs to dynamicaly generated plist
Modified:
head/x11-themes/gnome-icons-faenza/Makefile
Modified: head/x11-themes/gnome-icons-faenza/Makefile
==============================================================================
--- head/x11-themes/gnome-icons-faenza/Makefile Mon Oct 13 22:30:45 2014 (r370826)
+++ head/x11-themes/gnome-icons-faenza/Makefile Mon Oct 13 22:40:46 2014 (r370827)
@@ -38,10 +38,8 @@ do-install:
${LN} -sf start-here-gnome.png start-here.png
.endfor
.endif
- @cd ${STAGEDIR}${PREFIX} && ${FIND} share/icons/${theme} ! \
- -type d >> ${TMPPLIST} && \
- ${FIND} share/icons/${theme} -type d | ${SORT} -r | \
- ${SED} 's|^|@dirrm |' >> ${TMPPLIST}
+ @cd ${STAGEDIR}${PREFIX} && \
+ ${FIND} share/icons/${theme} ! -type d >> ${TMPPLIST}
.endfor
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list