diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-22 06:33:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-22 06:33:55 +0000 |
commit | 6ef33717a5bb44e03f6c0609040ecb4a37888253 (patch) | |
tree | 3fd06ebf6ea6db9b9567f6d89cb7918e6ded613f /net/gaim-snapshot/Makefile | |
parent | d987269658736e68ed812e8e51519db9e2f71b4e (diff) |
Notes
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 82e3639cb15b..4d7b94745bf3 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gaim -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-esd pre-patch: @${PERL} -pi.orig -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g; \ s|-lpthread|${PTHREAD_LIBS:S/"//g}|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' |