diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-21 17:42:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-21 17:42:14 +0000 |
commit | 3aa5f33e5a79567b04bd88f65702bfd0a21ecea5 (patch) | |
tree | 723e309ef61101d750826c3fbc60ef5506467b36 /games/heretic | |
parent | 73dcc0f86e1ca9d2af2c8a766fa3566e0d56fad4 (diff) |
split MASTER_SITES in "where to find the wad file" and "where to find
the sourcefile"
Obtained from: cad/spice
Notes
Notes:
svn path=/head/; revision=85310
Diffstat (limited to 'games/heretic')
-rw-r--r-- | games/heretic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index d03243a20828..f200d02786b4 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -9,15 +9,15 @@ PORTNAME= heretic PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://heretic.linuxgames.com/heretic/src/ \ - http://heretic.linuxgames.com/wad/ +MASTER_SITES= http://heretic.linuxgames.com/heretic/src/:source \ + http://heretic.linuxgames.com/wad/:wad DISTNAME= gl${PORTNAME}-${PORTVERSION} .if !defined(WITHOUT_WAD) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} heretic_share.wad.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source heretic_share.wad.gz:wad EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= oliver@freebsd.org +MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software USE_X_PREFIX= yes |