diff options
author | jim <jim@FreeBSD.org> | 2001-06-18 23:58:09 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-06-18 23:58:09 +0800 |
commit | 7abf183248abde064be20919ee61329a23ef8803 (patch) | |
tree | 2ea2ef856e5fcd8c5618e5eae899e6f81f4892d4 /net-im/gaim/Makefile | |
parent | 602020551c68a92366fe02d19332dca956f2a090 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |