diff options
author | ahze <ahze@FreeBSD.org> | 2005-09-14 07:14:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-09-14 07:14:03 +0800 |
commit | ffc5c0d9efedecefaf02ea3c6b62bc562e081ee2 (patch) | |
tree | 4be84bfecee6a654a467925fc2d4c0f596d4b437 /deskutils/nautilus-actions | |
parent | 8f05f627dea7d636d474cf8b361242e55042df62 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |