aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-actions
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-09-14 07:14:03 +0800
committerahze <ahze@FreeBSD.org>2005-09-14 07:14:03 +0800
commitffc5c0d9efedecefaf02ea3c6b62bc562e081ee2 (patch)
tree4be84bfecee6a654a467925fc2d4c0f596d4b437 /deskutils/nautilus-actions
parent8f05f627dea7d636d474cf8b361242e55042df62 (diff)
downloadfreebsd-ports-gnome-ffc5c0d9efedecefaf02ea3c6b62bc562e081ee2.tar.gz
freebsd-ports-gnome-ffc5c0d9efedecefaf02ea3c6b62bc562e081ee2.tar.zst
freebsd-ports-gnome-ffc5c0d9efedecefaf02ea3c6b62bc562e081ee2.zip
- Remove intltoolize stuff, now works with out it.
Diffstat (limited to 'deskutils/nautilus-actions')
-rw-r--r--deskutils/nautilus-actions/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile
index d206cfd35e22..c8a080b2b9f4 100644
--- a/deskutils/nautilus-actions/Makefile
+++ b/deskutils/nautilus-actions/Makefile
@@ -23,13 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-nautilus-extdir=${X11BASE}/lib/nautilus/extensions-1.0
-INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize
-
post-patch:
@${REINPLACE_CMD} -e 's|@datadir@datadir@/pixmaps|${DATADIR}/nact|' \
${WRKSRC}/nact/nact.desktop.in.in
-pre-configure:
- cd ${WRKSRC} && ${INTLTOOLIZE} --force
-
.include <bsd.port.mk>