diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-01-22 10:54:08 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-01-22 10:54:08 +0800 |
commit | 1119e5e928a26522ee3853a857acc38d23518826 (patch) | |
tree | e9adf920a47aa331939338d10743dfc8bea4c012 /games/quake2-lights | |
parent | e46350b009c181f31c015d72c64ad4e497bd2743 (diff) | |
download | freebsd-ports-gnome-1119e5e928a26522ee3853a857acc38d23518826.tar.gz freebsd-ports-gnome-1119e5e928a26522ee3853a857acc38d23518826.tar.zst freebsd-ports-gnome-1119e5e928a26522ee3853a857acc38d23518826.zip |
- Make fetchable (mirror a file to MASTER_SITE_LOCAL).
Diffstat (limited to 'games/quake2-lights')
-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 |