diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/linux-doom3 | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
Notes
Notes:
svn path=/head/; revision=327730
Diffstat (limited to 'games/linux-doom3')
-rw-r--r-- | games/linux-doom3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/linux-doom3/Makefile b/games/linux-doom3/Makefile index e9c03cb2947c..ae0d64db2e7b 100644 --- a/games/linux-doom3/Makefile +++ b/games/linux-doom3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-doom3 -# Date created: 7 May 2006 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= doom3 PORTVERSION= 1.3.1.1304 @@ -30,6 +26,7 @@ NO_CDKEY_DESC= Use older version which doesn't require cd key DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= doom3 doom3-ded pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNO_CDKEY} |