svn commit: r379189 - head/x11-themes/adwaita-icon-theme
Koop Mast
kwm at FreeBSD.org
Tue Feb 17 20:55:23 UTC 2015
Author: kwm
Date: Tue Feb 17 20:55:22 2015
New Revision: 379189
URL: https://svnweb.freebsd.org/changeset/ports/379189
QAT: https://qat.redports.org/buildarchive/r379189/
Log:
Fix check-plist / poudriere -t, by removing empty directories in the stagedir.
Reminded by: AMDmi3@
Obtained from: GNOME devel repo
Modified:
head/x11-themes/adwaita-icon-theme/Makefile
Modified: head/x11-themes/adwaita-icon-theme/Makefile
==============================================================================
--- head/x11-themes/adwaita-icon-theme/Makefile Tue Feb 17 20:49:10 2015 (r379188)
+++ head/x11-themes/adwaita-icon-theme/Makefile Tue Feb 17 20:55:22 2015 (r379189)
@@ -19,6 +19,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
post-install:
- @${RM} -rf ${STAGEDIR}${PREFIX}/share/locale
+ @${RM} -rf ${STAGEDIR}${PREFIX}/lib/locale
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list