svn commit: r373561 - head/x11-themes/adwaita-icon-theme
Koop Mast
kwm at FreeBSD.org
Fri Nov 28 11:57:43 UTC 2014
Author: kwm
Date: Fri Nov 28 11:57:42 2014
New Revision: 373561
URL: https://svnweb.freebsd.org/changeset/ports/373561
QAT: https://qat.redports.org/buildarchive/r373561/
Log:
Ensure we don't pick up gtk-encode-symbolic-svg from gtk30.
Also remove empty dirs from the stagedir so check-plist is happy.
Modified:
head/x11-themes/adwaita-icon-theme/Makefile
Modified: head/x11-themes/adwaita-icon-theme/Makefile
==============================================================================
--- head/x11-themes/adwaita-icon-theme/Makefile Fri Nov 28 11:52:44 2014 (r373560)
+++ head/x11-themes/adwaita-icon-theme/Makefile Fri Nov 28 11:57:42 2014 (r373561)
@@ -15,5 +15,9 @@ INSTALLS_ICONS= yes
USES= gmake pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intltool
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
+
+post-install:
+ @${RM} -rf ${STAGEDIR}${PREFIX}/share/locale
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list