aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-04-05 17:39:26 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-04-05 17:39:26 +0000
commit5d887b1f3203ba7af66a9e359e8fe5551227ee85 (patch)
tree68c12b215325d9f2ce229738b9806a1a2f7fdb95 /deskutils
parent99991a969e8298ee7c64931c01b817f31bdcdfe4 (diff)
downloadports-5d887b1f3203ba7af66a9e359e8fe5551227ee85.tar.gz
ports-5d887b1f3203ba7af66a9e359e8fe5551227ee85.zip
Clean up, no longer need patch/workaround for GMSGFMT.
Notes
Notes: svn path=/head/; revision=210604
Diffstat (limited to 'deskutils')
-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>