diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-07 18:41:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-07 18:41:43 +0000 |
commit | 7c83744fe0d71cdc495db3db6b4a8bf108b39ca0 (patch) | |
tree | 3d33472189e5fc309a406c245e018ab187b22551 /emulators/atari800/Makefile | |
parent | 79f3008ca867fb381298b84fbfb315f4beb92df0 (diff) |
Notes
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index e46e350213a3..6436a0a79d97 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -6,7 +6,7 @@ # PORTNAME= atari800 -PORTVERSION= 1.3.6 +PORTVERSION= 2.0.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -88,9 +88,7 @@ pre-everything:: post-patch: @${CP} ${FILESDIR}/atari800.cfg ${WRKSRC} @${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 + @${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/atari.c @${REINPLACE_CMD} -e 's|sdl-config|$$SDL_CONFIG|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |