aboutsummaryrefslogtreecommitdiff
path: root/emulators/uae/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-10-27 12:56:55 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-10-27 12:56:55 +0000
commit49858203698984fdd33c3abf3db42e98bac43b6a (patch)
treef96ed73f511c33b905fe2862b42301fc30d8e60a /emulators/uae/Makefile
parent0c704431028038e2dbf9b98d0fa50d689b96444c (diff)
downloadports-49858203698984fdd33c3abf3db42e98bac43b6a.tar.gz
ports-49858203698984fdd33c3abf3db42e98bac43b6a.zip
PERL -> REINPLACE
PR: 44522 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=68919
Diffstat (limited to 'emulators/uae/Makefile')
-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: