diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-06-13 18:56:43 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-06-13 18:56:43 +0000 |
commit | 53a5024112994de08e5e2c5142820da8ac0e764f (patch) | |
tree | 893358c5e5ad400c879ce54a1ee8242f0646784e /games | |
parent | Update MASTER_SITES with new location. (diff) |
- Follow MASTER_SITE_SUBDIR change.
Notes
Notes:
svn path=/head/; revision=193409
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-doom3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/linux-doom3/Makefile b/games/linux-doom3/Makefile index fe45b512ea2b..1aae50f04f70 100644 --- a/games/linux-doom3/Makefile +++ b/games/linux-doom3/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.1302 PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} -MASTER_SITE_SUBDIR= doom3/linux +MASTER_SITE_SUBDIR= doom3/linux/old PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-linux-${PORTVERSION}.x86 EXTRACT_SUFX= .run @@ -40,7 +40,6 @@ RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_d .if defined(WITH_NO_CDKEY) PORTVERSION= 1.1.1286 -MASTER_SITE_SUBDIR= doom3/linux/old PLIST_SUB+= NEW="@comment " .else PLIST_SUB+= NEW="" |