diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-28 11:57:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-28 11:57:42 +0000 |
commit | 10afbd20f8f3d6f52c30168546119b96b6cf5acb (patch) | |
tree | aab74471c25865f6743af1f91edebacc30e004de /x11-themes/adwaita-icon-theme | |
parent | da777518f2975713788833ba15129ea9f3fbaa58 (diff) | |
download | ports-10afbd20f8f3d6f52c30168546119b96b6cf5acb.tar.gz ports-10afbd20f8f3d6f52c30168546119b96b6cf5acb.zip |
Notes
Diffstat (limited to 'x11-themes/adwaita-icon-theme')
-rw-r--r-- | x11-themes/adwaita-icon-theme/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile index a65e99e97bca..4bf11fe34224 100644 --- a/x11-themes/adwaita-icon-theme/Makefile +++ b/x11-themes/adwaita-icon-theme/Makefile @@ -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> |