diff options
Diffstat (limited to 'games/quake2-lights/Makefile')
-rw-r--r-- | games/quake2-lights/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/quake2-lights/Makefile b/games/quake2-lights/Makefile index 9b9b02a40788..3d9dc466b141 100644 --- a/games/quake2-lights/Makefile +++ b/games/quake2-lights/Makefile @@ -8,17 +8,17 @@ PORTNAME= lights PORTVERSION= 1 CATEGORIES= games -MASTER_SITES= http://qudos.quakedev.com/linux/quake2/mods/ +MASTER_SITES= http://qudos.quakedev.com/linux/quake2/mods/:data \ + ${MASTER_SITE_LOCAL:S|$|:src|} +MASTER_SITE_SUBDIR= alepulver/:src PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX} DISTNAME= Lights.v${PORTVERSION}.Linux -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - Lights-Bots${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:data,src \ + Lights-Bots${EXTRACT_SUFX}:src MAINTAINER= alepulver@FreeBSD.org COMMENT= Lights modification for Quake II -BROKEN= Unfetchable - USE_BZIP2= yes USE_GMAKE= yes NO_WRKSUBDIR= yes |