diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-18 17:53:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-18 17:53:11 +0000 |
commit | 16581da32047c74cb1b8ce8680e66f0677450d3a (patch) | |
tree | fdded87431685e9379e01cd764f40eefcbb01370 /graphics | |
parent | 717cf166e33e6d4c292febd744edcc16ab30178a (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 10 | ||||
-rw-r--r-- | graphics/eog/pkg-plist | 11 |
2 files changed, 4 insertions, 17 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index d27ca3aace24..a357d3ee2594 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -16,16 +16,14 @@ MAINTAINER= gnome@FreeBSD.org USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gconf gdkpixbuf gnomeprint libglade USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|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> diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist index 93bd93526064..d1e1c54120d8 100644 --- a/graphics/eog/pkg-plist +++ b/graphics/eog/pkg-plist @@ -56,18 +56,7 @@ share/locale/tr/LC_MESSAGES/eog.mo share/locale/uk/LC_MESSAGES/eog.mo share/locale/zh_CN.GB2312/LC_MESSAGES/eog.mo share/locale/zh_TW.Big5/LC_MESSAGES/eog.mo -@dirrm share/gnome/pixmaps/eog @dirrm share/gnome/help/eog/C/stylesheet-images @dirrm share/gnome/help/eog/C/fig -@dirrm share/gnome/help/eog/C -@dirrm share/gnome/help/eog @dirrm share/gnome/eog/glade @dirrm share/gnome/eog -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/window -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/view -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/full_screen -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog -@dirrm etc/gconf/gconf.xml.defaults/apps/eog/window -@dirrm etc/gconf/gconf.xml.defaults/apps/eog/view -@dirrm etc/gconf/gconf.xml.defaults/apps/eog/full_screen -@dirrm etc/gconf/gconf.xml.defaults/apps/eog |