diff options
Diffstat (limited to 'games/xneko/Makefile')
-rw-r--r-- | games/xneko/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xneko/Makefile b/games/xneko/Makefile index da1c1dd207a7..ffbfb79ad9b3 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -13,11 +13,12 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= The classic cat-and-mouse +NO_STAGE= yes + NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 MAN6= xneko.6 PLIST_FILES= bin/xneko -NO_STAGE= yes .include <bsd.port.mk> |