diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-29 23:13:21 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-29 23:13:21 +0000 |
commit | cb4d52f7b9ad07652d67cf6a23f1698662452d03 (patch) | |
tree | 88ee73af827f6d829d97dfda618233fd330cf403 /games/rnd_jue | |
parent | 1bd96dd54ff00cf2d4ffa568f940c8b563cb2c7c (diff) |
Notes
Diffstat (limited to 'games/rnd_jue')
-rw-r--r-- | games/rnd_jue/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/rnd_jue/Makefile b/games/rnd_jue/Makefile index 8b62efe17d85..bf3effda86c0 100644 --- a/games/rnd_jue/Makefile +++ b/games/rnd_jue/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= rnd_jue @@ -6,13 +6,12 @@ PORTVERSION= 3.3.0.0 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \ - http://www.bd-fans.com/Files/RnD/Levels/ \ - SF/nemysisfreebsdp/${CATEGORIES}/rocksndiamonds/:icons + SF/nemysisfreebsdp/${CATEGORIES}/rocksndiamonds/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:game \ rocksndiamonds-3.3.1.0${EXTRACT_SUFX}:game \ ${LEVELS_BD_FANS:S/$/.zip/} \ Tutorial_Alpha.zip \ - ${PORTNAME}_icons.tar.gz:icons + ${PORTNAME}_icons.tar.gz DIST_SUBDIR= rocksndiamonds EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ rocksndiamonds-3.3.1.0${EXTRACT_SUFX} \ |