summaryrefslogtreecommitdiff
path: root/emulators/atari800/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-12 20:02:33 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-12 20:02:33 +0000
commitb12609d2eb675c9be493a5b92772c34b9ee111ae (patch)
treec565fb948a8be243ee41ffc7e577ec8632d1720f /emulators/atari800/Makefile
parentUpdate to 4.3 bugfix level 1. (diff)
Update to 1.2.3
PR: ports/40494 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=62881
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r--emulators/atari800/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile
index c7265931c32a..0305e12c9e2e 100644
--- a/emulators/atari800/Makefile
+++ b/emulators/atari800/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= atari800
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,6 +24,7 @@ NO_PACKAGE= ${RESTRICTED}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_XLIB= yes
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=x11
@@ -38,9 +39,9 @@ post-extract:
post-patch:
@${CP} ${FILESDIR}/atari800.cfg ${WRKSRC}
- @${PERL} -pi -e 's|GUMBY|${DATADIR}|g' ${WRKSRC}/atari800.cfg
- @${PERL} -pi -e 's|/etc|${DATADIR}|g' ${WRKSRC}/rt-config.c
- @${PERL} -pi -e 's|tmpnam|mkstemp|g' ${WRKSRC}/devices.c \
+ @${REINPLACE_CMD} -e 's|GUMBY|${DATADIR}|g' ${WRKSRC}/atari800.cfg
+ @${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/rt-config.c
+ @${REINPLACE_CMD} -e 's|tmpnam|mkstemp|g' ${WRKSRC}/devices.c \
${WRKSRC}/compfile.c
do-install: