- Remove intltoolize stuff, now works with out it.

This commit is contained in:
Michael Johnson 2005-09-13 23:14:03 +00:00
parent 498aabcf9e
commit b5bf2fbd48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142655

View file

@ -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>