aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnome-icon-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r--misc/gnome-icon-theme/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile
index 7a1e8639823b..561197cefdc1 100644
--- a/misc/gnome-icon-theme/Makefile
+++ b/misc/gnome-icon-theme/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.132 2009/09/22 19:52:55 kwm Exp $
+# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.146 2010/04/29 21:22:49 kwm Exp $
#
PORTNAME= gnome-icon-theme
-PORTVERSION= 2.28.0
-PORTREVISION= 3
+PORTVERSION= 2.30.2.1
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -25,16 +24,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack intlhack gtk20
INSTALLS_ICONS= yes
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
- ${WRKSRC}/po/Makefile.in.in
-
-post-install:
- @${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps
-
.include <bsd.port.mk>