aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-10-27 20:56:55 +0800
committerobraun <obraun@FreeBSD.org>2002-10-27 20:56:55 +0800
commita4204a069e533d977e210d4b788d29e4218141cb (patch)
tree0e3579a57000ed5d511cc0a09e6d931aa3f266b4 /emulators
parent4e6d7c1c6d34f739a7ea6ee00e4e95a19a0f94f1 (diff)
downloadfreebsd-ports-gnome-a4204a069e533d977e210d4b788d29e4218141cb.tar.gz
freebsd-ports-gnome-a4204a069e533d977e210d4b788d29e4218141cb.tar.zst
freebsd-ports-gnome-a4204a069e533d977e210d4b788d29e4218141cb.zip
PERL -> REINPLACE
PR: 44522 Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uae/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index bb7311718b40..bfa8dac6d757 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -18,11 +18,12 @@ CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga
USE_XLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
+USE_REINPLACE= yes
CFLAGS+= ${PTHREAD_CFLAGS}
pre-configure:
- @${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
do-install: