mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
PERL -> REINPLACE_CMD
PR: 39972 Submitted by: Scott Flatman <sf@dsinw.com>
This commit is contained in:
parent
ed579b7fb7
commit
35d65d20e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69368
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue