diff options
Diffstat (limited to 'games/gnake/Makefile')
-rw-r--r-- | games/gnake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gnake/Makefile b/games/gnake/Makefile index 930ebc99b3ce..d3bb61043111 100644 --- a/games/gnake/Makefile +++ b/games/gnake/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} \ ${WRKSRC}/gnake.c |