Fix package building due to a REINPLACE_CMD typo.

Reported by:	bento
Requested by:	portmgr (kris)
This commit is contained in:
Joe Marcus Clarke 2002-12-02 00:16:57 +00:00
parent 9a6b4c098e
commit 597f20fe49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71288

View file

@ -23,6 +23,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
USE_GNOMENG= yes
USE_GNOME= gnomehack
WANT_GNOME= yes
.include <bsd.port.pre.mk>
@ -35,8 +36,4 @@ PKGNAMESUFFIX= -gtk
PLIST_SUB= WITH_GTK="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.post.mk>