diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 20:38:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 20:38:37 +0000 |
commit | eeaeb79f0286598fb7a0b13f9cbae3d7540203f3 (patch) | |
tree | ace459803fc5168cade7dcdde3298fbebc67376a /x11-fm/gnome-commander2 | |
parent | 2461e6f11dbb447f180b0ec1b9020050521aabc7 (diff) | |
download | ports-eeaeb79f0286598fb7a0b13f9cbae3d7540203f3.tar.gz ports-eeaeb79f0286598fb7a0b13f9cbae3d7540203f3.zip |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=63678
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 7f97df8774d9..1f4ed2d2c2a3 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -21,22 +21,18 @@ BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" -pre-patch: - @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' +post-patch: .for AM in config.sub config.guess install-sh missing mkinstalldirs ${LN} -fs ${LOCALBASE}/share/automake14/automake/${AM} ${WRKSRC}/${AM} .endfor - -post-patch: - @${REINPLACE_CMD} -e 's|[%][%]X11BASE[%][%]|${X11BASE}|g' \ + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/src/gnome-cmd-data.c .include <bsd.port.mk> |