diff options
Diffstat (limited to 'games/xpilot-ng-client/Makefile')
-rw-r--r-- | games/xpilot-ng-client/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/xpilot-ng-client/Makefile b/games/xpilot-ng-client/Makefile index f5f23e198882..2568d4e70df8 100644 --- a/games/xpilot-ng-client/Makefile +++ b/games/xpilot-ng-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpilot-ng -# Date created: 11 Sep 2003 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PKGNAMESUFFIX= -client @@ -11,4 +7,5 @@ COMMENT= An enhanced version of XPilot (client program) MASTERDIR= ${.CURDIR}/../xpilot-ng-server +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |