aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/alacarte
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-04-06 01:39:26 +0800
committermezz <mezz@FreeBSD.org>2008-04-06 01:39:26 +0800
commitc9a9b9d76c3dc07f6709bfd90b55f68358e67086 (patch)
treec8c20b8bd2d3fcf238872d7d824f26be6862ebc9 /deskutils/alacarte
parent84fc393e9f13495e4421a5bdc05f2301887cb158 (diff)
downloadfreebsd-ports-gnome-c9a9b9d76c3dc07f6709bfd90b55f68358e67086.tar.gz
freebsd-ports-gnome-c9a9b9d76c3dc07f6709bfd90b55f68358e67086.tar.zst
freebsd-ports-gnome-c9a9b9d76c3dc07f6709bfd90b55f68358e67086.zip
Clean up, no longer need patch/workaround for GMSGFMT.
Diffstat (limited to 'deskutils/alacarte')
-rw-r--r--deskutils/alacarte/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile
index 56f7661ccdb1..df4ab452bd0e 100644
--- a/deskutils/alacarte/Makefile
+++ b/deskutils/alacarte/Makefile
@@ -23,16 +23,14 @@ USE_PYTHON= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- GMSGFMT="${LOCALBASE}/bin/msgfmt"
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \
${WRKSRC}/Alacarte/MenuEditor.py
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/Alacarte/util.py
- @${REINPLACE_CMD} -e 's|gmsgfmt|msgfmt|g ; \
- s|python2.4|${PYTHON_VERSION}|g' \
+ @${REINPLACE_CMD} -e 's|python2.4|${PYTHON_VERSION}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>