PERL -> REINPLACE_CMD

PR: 		39972
Submitted by:	Scott Flatman <sf@dsinw.com>
This commit is contained in:
Tilman Keskinoz 2002-11-03 20:48:22 +00:00
parent ed579b7fb7
commit 35d65d20e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69368

View file

@ -17,9 +17,10 @@ USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \
${WRKSRC}/tools/edb_gtk_ed/Makefile.in
.include <bsd.port.mk>