diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-08-04 04:57:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-08-04 04:57:32 +0000 |
commit | 3653aa520650836e9fed73448a9f424a1b58f92b (patch) | |
tree | 1916e2441994852dd3e65976a849a4aa1c2cac50 /audio | |
parent | 515107ff76455f03d700bcb3fd447702c0fa0536 (diff) | |
download | ports-3653aa520650836e9fed73448a9f424a1b58f92b.tar.gz ports-3653aa520650836e9fed73448a9f424a1b58f92b.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnapster/Makefile | 7 |
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> |