diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:34:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:34:38 +0000 |
commit | 9594f3f8939f5178057c6a588135f0bab6d52511 (patch) | |
tree | 923d26a5ec2be934317cf261a38183917c93fe7a /graphics/eog2 | |
parent | 5035c4b32a83e9b13642c8ca8569d6ba2b001420 (diff) | |
download | ports-9594f3f8939f5178057c6a588135f0bab6d52511.tar.gz ports-9594f3f8939f5178057c6a588135f0bab6d52511.zip |
Notes
Diffstat (limited to 'graphics/eog2')
-rw-r--r-- | graphics/eog2/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index b2c38a7e34b6..299c00ec8355 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -26,4 +26,11 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +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> |