diff options
author | makc <makc@FreeBSD.org> | 2010-11-06 16:11:00 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-06 16:11:00 +0800 |
commit | 25b5cd1075f146411522062068a70253464e298e (patch) | |
tree | 489e1f48b4c4c889a4e9c47968b33a772c0e568a /games/openmsx | |
parent | 610e7828c0804ff2c1b528b9285a1016722f34be (diff) | |
download | freebsd-ports-gnome-25b5cd1075f146411522062068a70253464e298e.tar.gz freebsd-ports-gnome-25b5cd1075f146411522062068a70253464e298e.tar.zst freebsd-ports-gnome-25b5cd1075f146411522062068a70253464e298e.zip |
Add LATEST_LINK to avoid interfere with emulators/openmsx
Submitted by: johans@
Diffstat (limited to 'games/openmsx')
-rw-r--r-- | games/openmsx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openmsx/Makefile b/games/openmsx/Makefile index 0a79abfbfc56..d6063c2e059d 100644 --- a/games/openmsx/Makefile +++ b/games/openmsx/Makefile @@ -7,6 +7,7 @@ PORTNAME= openmsx PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/openttd/binaries/extra/openmsx/${PORTVERSION}/ \ http://gb.binaries.openttd.org/binaries/extra/openmsx/${PORTVERSION}/ @@ -17,6 +18,7 @@ COMMENT= Free alternative music for OpenTTD game engine USE_ZIP= yes NO_BUILD= yes +LATEST_LINK= openttd-${PORTNAME} post-extract: @${FIND} ${WRKDIR}/openmsx-${PORTVERSION} -type f -name "*.txt" -exec ${MV} {} {}-msx \; |