summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-10-27 12:56:55 +0000
committerobraun <obraun@FreeBSD.org>2002-10-27 12:56:55 +0000
commita4204a069e533d977e210d4b788d29e4218141cb (patch)
tree0e3579a57000ed5d511cc0a09e6d931aa3f266b4
parent4e6d7c1c6d34f739a7ea6ee00e4e95a19a0f94f1 (diff)
downloadFreeBSD-ports-a4204a069e533d977e210d4b788d29e4218141cb.zip
FreeBSD-ports-a4204a069e533d977e210d4b788d29e4218141cb.tar.gz
PERL -> REINPLACE
PR: 44522 Submitted by: maintainer
-rw-r--r--emulators/uae/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index bb73117..bfa8dac 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:
OpenPOWER on IntegriCloud