From 8d2c8a4d9e02bf0efc19cf69ed27876270e71e29 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 23 Sep 2010 02:32:07 +0000 Subject: - Add missing dri PR: ports/149873 Submitted by: David Demelier Approved by: maintainer timeout (benlutz@datacomm.ch ; 25 days) --- games/linux-enemyterritory/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games/linux-enemyterritory') diff --git a/games/linux-enemyterritory/Makefile b/games/linux-enemyterritory/Makefile index 538630da1c19..9c4ed53f9008 100644 --- a/games/linux-enemyterritory/Makefile +++ b/games/linux-enemyterritory/Makefile @@ -7,9 +7,10 @@ PORTNAME= enemyterritory PORTVERSION= 2.60b +PORTREVISION= 1 CATEGORIES= games linux -MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|et/linux/:full|} \ - ${MASTER_SITE_IDSOFTWARE:S|$|et/:patch|} +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|et/:patch|} +#MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|et/linux/:full|} PKGNAMEPREFIX= linux- DISTNAME= et-linux-2.60b.x86 DISTFILES= et-linux-2.60.x86.run:full ET-2.60b.zip:patch @@ -24,6 +25,7 @@ NO_CDROM= Redistribution is limited, see license ETDIR= ${PREFIX}/lib/${PORTNAME} INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} PATCH_260B_DIR= Enemy Territory 2.60b +USE_LINUX_APPS= dri do-extract: @${MKDIR} ${WRKSRC} -- cgit