diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 02:40:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 02:40:20 +0800 |
commit | 22037bea37598b522bcd867cb3fefa83c3559624 (patch) | |
tree | ba7ec35407183325b5b4ef2ded524ebf380f6250 /emulators | |
parent | 02111f85d2f6d626ab99a5a8bf8f30fa9e7489cc (diff) | |
download | freebsd-ports-gnome-22037bea37598b522bcd867cb3fefa83c3559624.tar.gz freebsd-ports-gnome-22037bea37598b522bcd867cb3fefa83c3559624.tar.zst freebsd-ports-gnome-22037bea37598b522bcd867cb3fefa83c3559624.zip |
upgrade to 1.2.5
PR: 45930
Submitted by: Ports Fury
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 12 | ||||
-rw-r--r-- | emulators/atari800/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index cebf91b809e2..aa8ec4fb54e2 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -6,7 +6,7 @@ # PORTNAME= atari800 -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -45,17 +45,17 @@ post-patch: ${WRKSRC}/compfile.c do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/atari800 ${PREFIX}/bin/atari800 - @${INSTALL_MAN} ${WRKSRC}/atari800.man ${MANPREFIX}/man/man1/atari800.1 + ${INSTALL_PROGRAM} ${WRKSRC}/atari800 ${PREFIX}/bin/atari800 + ${INSTALL_MAN} ${WRKSRC}/atari800.man ${MANPREFIX}/man/man1/atari800.1 @${MKDIR} ${DATADIR} - @${INSTALL_DATA} -m 644 ${WRKSRC}/atari800.cfg ${DATADIR} + ${INSTALL_DATA} -m 644 ${WRKSRC}/atari800.cfg ${DATADIR} .for file in ${ATARI_XF} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in BUGS CHANGES CREDITS FAQ INSTALL README TODO USAGE - @${INSTALL_DATA} ${WRKSRC}/../DOC/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../DOC/${file} ${DOCSDIR} .endfor .endif diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo index d44beccffda7..326bc4fbd6e9 100644 --- a/emulators/atari800/distinfo +++ b/emulators/atari800/distinfo @@ -1,2 +1,2 @@ -MD5 (atari800/atari800-1.2.4.tar.gz) = 5e738141ecbf551509fd051695969069 +MD5 (atari800/atari800-1.2.5.tar.gz) = 9f4e90498414c307170b62ae3b8ade18 MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d |