Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 22:40:47 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370827 - head/x11-themes/gnome-icons-faenza
Message-ID:  <201410132240.s9DMelle014670@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410132240.s9DMelle014670>