summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-07-21 17:42:14 +0000
committeroliver <oliver@FreeBSD.org>2003-07-21 17:42:14 +0000
commitdceea5ebfb785d3a9e7c5baa8e2a429df0f5378e (patch)
tree6016b2b5fb6de3429a0589038df827f88941f753
parent0a9e5c09fcb23c8442c8fe055084496fff8bfc04 (diff)
downloadFreeBSD-ports-dceea5ebfb785d3a9e7c5baa8e2a429df0f5378e.zip
FreeBSD-ports-dceea5ebfb785d3a9e7c5baa8e2a429df0f5378e.tar.gz
split MASTER_SITES in "where to find the wad file" and "where to find
the sourcefile" Obtained from: cad/spice
-rw-r--r--games/heretic/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile
index d03243a..f200d02 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
OpenPOWER on IntegriCloud