diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-12 20:02:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-12 20:02:33 +0000 |
commit | b12609d2eb675c9be493a5b92772c34b9ee111ae (patch) | |
tree | c565fb948a8be243ee41ffc7e577ec8632d1720f /emulators | |
parent | 4622056be0c54a78aacca814680d4195f7489f3a (diff) | |
download | ports-b12609d2eb675c9be493a5b92772c34b9ee111ae.tar.gz ports-b12609d2eb675c9be493a5b92772c34b9ee111ae.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 9 | ||||
-rw-r--r-- | emulators/atari800/distinfo | 2 |
2 files changed, 6 insertions, 5 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: diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo index 00953b4508d5..30cca9c993cf 100644 --- a/emulators/atari800/distinfo +++ b/emulators/atari800/distinfo @@ -1,2 +1,2 @@ -MD5 (atari800/atari800-1.2.2.tar.gz) = 8e44b40722b4711af7affb135a13960f +MD5 (atari800/atari800-1.2.3.tar.gz) = 8dc8fd1ed7b5c9cd80b4d5f993be8d7d MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d |