diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-08-04 04:57:32 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-08-04 04:57:32 +0000 |
commit | 1c1382b256bcb142d595b5a5f2a2fed1383f5e47 (patch) | |
tree | ad7efea13c227025bb427aa8aeab3829e5211d2b /audio | |
parent | aeab4c6031e7c584f9f6ae7af194b7f5e208f98d (diff) | |
download | FreeBSD-ports-1c1382b256bcb142d595b5a5f2a2fed1383f5e47.zip FreeBSD-ports-1c1382b256bcb142d595b5a5f2a2fed1383f5e47.tar.gz |
Replace a couple patch files with sobomax's post-extract rule.
Submitted by: ade
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 f0e1987..3c7e5db 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> |