diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-06-14 02:56:43 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-06-14 02:56:43 +0800 |
commit | 1f6a42eeacd023be56e8157003a460b293e46398 (patch) | |
tree | 89e08c14bc7ba7d2ecddcb21fa67403d6a6bae03 /games/linux-doom3 | |
parent | a904ffafa742869496e01aedf336ffe43380550d (diff) | |
download | freebsd-ports-gnome-1f6a42eeacd023be56e8157003a460b293e46398.tar.gz freebsd-ports-gnome-1f6a42eeacd023be56e8157003a460b293e46398.tar.zst freebsd-ports-gnome-1f6a42eeacd023be56e8157003a460b293e46398.zip |
- Follow MASTER_SITE_SUBDIR change.
Diffstat (limited to 'games/linux-doom3')
-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="" |