diff options
Diffstat (limited to 'games/quake2-matrix/Makefile')
-rw-r--r-- | games/quake2-matrix/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/quake2-matrix/Makefile b/games/quake2-matrix/Makefile index ff52078a0fc8..ad0e3d17dc9a 100644 --- a/games/quake2-matrix/Makefile +++ b/games/quake2-matrix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: quake2-matrix -# Date created: 2006-12-24 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= matrix PORTVERSION= 1 @@ -23,6 +19,7 @@ ALL_TARGET= release DOCSDIR= ${PREFIX}/share/doc/${LATEST_LINK} +NO_STAGE= yes .include "${.CURDIR}/../quake2-data/Makefile.include" .include <bsd.port.pre.mk> |