aboutsummaryrefslogtreecommitdiff
path: root/audio/gnapster
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-08-04 04:57:32 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-08-04 04:57:32 +0000
commit3653aa520650836e9fed73448a9f424a1b58f92b (patch)
tree1916e2441994852dd3e65976a849a4aa1c2cac50 /audio/gnapster
parent515107ff76455f03d700bcb3fd447702c0fa0536 (diff)
downloadports-3653aa520650836e9fed73448a9f424a1b58f92b.tar.gz
ports-3653aa520650836e9fed73448a9f424a1b58f92b.zip
Notes
Diffstat (limited to 'audio/gnapster')
-rw-r--r--audio/gnapster/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile
index f0e1987d8092..3c7e5dbecb9b 100644
--- a/audio/gnapster/Makefile
+++ b/audio/gnapster/Makefile
@@ -26,4 +26,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
.include <bsd.port.mk>