summaryrefslogtreecommitdiffstats
path: root/misc/gnome-icon-theme/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-04 05:01:51 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-04 05:01:51 +0800
commitf7fd847af11278f8b9cd710a6aa65029de97ac9f (patch)
treef4ed0086201c115db431789f52d16386a60b00eb /misc/gnome-icon-theme/Makefile
parent52fc1a277880629cd8b2acbcfa5f51872fe798b2 (diff)
downloadmarcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.tar
marcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.tar.gz
marcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.tar.bz2
marcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.tar.lz
marcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.tar.xz
marcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.tar.zst
marcuscom-ports-f7fd847af11278f8b9cd710a6aa65029de97ac9f.zip
Update to 2.12.1, add a patch to get pkgconfig install in the correctplace..
Insteresting, they changed to get pkgconfig install in $(datadir)/pkgconfig in this version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4898 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r--misc/gnome-icon-theme/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile
index 0841dd876..5885e576a 100644
--- a/misc/gnome-icon-theme/Makefile
+++ b/misc/gnome-icon-theme/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.53 2005/08/22 18:17:53 kwm Exp $
+# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.54 2005/09/04 20:25:55 marcus Exp $
#
PORTNAME= gnome-icon-theme
-PORTVERSION= 2.12.0
+PORTVERSION= 2.12.1
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -29,8 +29,9 @@ CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
- ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \
+ s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
${WRKSRC}/po/Makefile.in.in