diff options
Diffstat (limited to 'x11-themes/gnome-themes-standard/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-standard/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile index 1eb6b9394..57603850e 100644 --- a/x11-themes/gnome-themes-standard/Makefile +++ b/x11-themes/gnome-themes-standard/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/x11-themes/gnome-themes-standard/Makefile 18572 2013-06-18 10:03:30Z kwm $ PORTNAME= gnome-themes-standard -PORTVERSION= 3.8.4 +PORTVERSION= 3.10.0 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,4 +21,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/3.0.0/theming-engines/libadwaita.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/2.10.0/engines/libadwaita.so + .include <bsd.port.mk> |