diff options
Diffstat (limited to 'games/nighthawk/Makefile')
-rw-r--r-- | games/nighthawk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index d74e9a4da594..665e8905c2f9 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nighthawk -# Date created: Apr 4, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= nighthawk PORTVERSION= 3.0.0 @@ -30,6 +26,7 @@ CFLAGS+= -DINSTALL_DIR=\\\"\${DATADIR}\\\" \ -I${LOCALBASE}/include LDFLAGS+= -lm -L${LOCALBASE}/lib -lX11 -lGL -lGLU -lglut +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|make|$$(MAKE)|g ; \ |