From dceea5ebfb785d3a9e7c5baa8e2a429df0f5378e Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 21 Jul 2003 17:42:14 +0000 Subject: split MASTER_SITES in "where to find the wad file" and "where to find the sourcefile" Obtained from: cad/spice --- games/heretic/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/heretic') 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 -- cgit v1.1