aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-09-13 23:14:03 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-09-13 23:14:03 +0000
commitb5bf2fbd481c38fe84aee0a0a8d9a1bd3c53d779 (patch)
treef17b1ce7c90442ab6860ed2c110fee50a71588d3
parent498aabcf9eb50a017168fdf3c92a61da6268ea7f (diff)
downloadports-b5bf2fbd481c38fe84aee0a0a8d9a1bd3c53d779.tar.gz
ports-b5bf2fbd481c38fe84aee0a0a8d9a1bd3c53d779.zip
Notes
-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>