aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal2/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-14 03:21:34 +0800
committersobomax <sobomax@FreeBSD.org>2002-01-14 03:21:34 +0800
commitfe3d21a91203378da7fc2bdd90dd16b402746fcf (patch)
tree68616ff0452ffcb58b6a77f67cbd393455aa65fe /x11-toolkits/gal2/Makefile
parent0fbec8637e86f59186e30c4bba13776262c23695 (diff)
downloadfreebsd-ports-gnome-fe3d21a91203378da7fc2bdd90dd16b402746fcf.tar.gz
freebsd-ports-gnome-fe3d21a91203378da7fc2bdd90dd16b402746fcf.tar.zst
freebsd-ports-gnome-fe3d21a91203378da7fc2bdd90dd16b402746fcf.zip
Update to 0.19.
PR: 33831 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'x11-toolkits/gal2/Makefile')
-rw-r--r--x11-toolkits/gal2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile
index 18e11274be17..c3625f8249a6 100644
--- a/x11-toolkits/gal2/Makefile
+++ b/x11-toolkits/gal2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gal
-PORTVERSION= 0.18.1
+PORTVERSION= 0.19
CATEGORIES?= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gal
@@ -32,7 +32,7 @@ PLIST_SUB= VERSION=${PORTVERSION}
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
@find ${WRKSRC}/gal/widgets -name '*.[ch]' | xargs ${PERL} -pi -e \