diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 18:40:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 18:40:20 +0000 |
commit | 640bf8f55308e27907c1b14b6fcad9d946806401 (patch) | |
tree | 435ff579ddeb04c95f4ca4fc53b542375b84a532 /emulators | |
parent | upgrade to 0.3.4 (diff) |
upgrade to 1.2.5
PR: 45930
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72262
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 |