summaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
commit15e54b67ea61cecb18cf998979a6d5bd9693beed (patch)
tree03c2e2a85d8aa26ed6efe55e8dffcb8470cac4fc /x11-themes
parent817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (diff)
downloadmarcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.gz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.bz2
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.lz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.xz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.zst
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.zip
Remove STRIP_CMD all over the place and replace it with
INSTALL_TARGET= install-strip. No bumps necessary. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-themes-standard/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile
index 7e0c8c780..8f8361cc7 100644
--- a/x11-themes/gnome-themes-standard/Makefile
+++ b/x11-themes/gnome-themes-standard/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports-experimental/trunk/x11-themes/gnome-themes-standard/Makefile 19307 2014-03-25 07:34:54Z gusi $
+# $MCom$
PORTNAME= gnome-themes-standard
PORTVERSION= 3.12.0
@@ -14,14 +14,11 @@ COMMENT= Standard themes for GNOME
CONFLICTS= gnome-themes-2.[0-9]*
USES= gettext:build gmake pathfix pkgconfig tar:xz
-INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gtk30 intlhack librsvg2
+INSTALLS_ICONS= yes
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
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>