aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gaim/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2001-06-18 23:58:09 +0800
committerjim <jim@FreeBSD.org>2001-06-18 23:58:09 +0800
commit7abf183248abde064be20919ee61329a23ef8803 (patch)
tree2ea2ef856e5fcd8c5618e5eae899e6f81f4892d4 /net-im/gaim/Makefile
parent602020551c68a92366fe02d19332dca956f2a090 (diff)
downloadfreebsd-ports-gnome-7abf183248abde064be20919ee61329a23ef8803.tar.gz
freebsd-ports-gnome-7abf183248abde064be20919ee61329a23ef8803.tar.zst
freebsd-ports-gnome-7abf183248abde064be20919ee61329a23ef8803.zip
Update to version 0.11.0pre14.
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r--net-im/gaim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index c58fbf0ae0f0..d310260672fb 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gaim
-PORTVERSION= 0.11.0pre11
+PORTVERSION= 0.11.0pre14
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
${MASTER_SITE_SOURCEFORGE}
@@ -48,6 +48,7 @@ pre-patch:
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
- s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
+ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \
+ s|\@LIBTOOL\@|\${LOCALBASE}/bin/libtool|g'
.include <bsd.port.post.mk>