diff options
author | pawel <pawel@FreeBSD.org> | 2014-10-14 06:40:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-10-14 06:40:46 +0800 |
commit | 09daf1ed8e127a08eaf93b9d5e4a145a15c07a2c (patch) | |
tree | 161feeaab87d693634779907d145571762f1a71b /x11-themes | |
parent | e2c983ec83b3ccf18a4af47da841b40e8331e1df (diff) | |
download | freebsd-ports-gnome-09daf1ed8e127a08eaf93b9d5e4a145a15c07a2c.tar.gz freebsd-ports-gnome-09daf1ed8e127a08eaf93b9d5e4a145a15c07a2c.tar.zst freebsd-ports-gnome-09daf1ed8e127a08eaf93b9d5e4a145a15c07a2c.zip |
Don't add dirs to dynamicaly generated plist
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icons-faenza/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/gnome-icons-faenza/Makefile b/x11-themes/gnome-icons-faenza/Makefile index 2cc79d5da685..f116cf92751d 100644 --- a/x11-themes/gnome-icons-faenza/Makefile +++ b/x11-themes/gnome-icons-faenza/Makefile @@ -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> |