diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/cardpics/Makefile | 1 | ||||
-rw-r--r-- | games/gma/Makefile | 1 | ||||
-rw-r--r-- | games/libfov/Makefile | 1 | ||||
-rw-r--r-- | games/vitetris/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/games/cardpics/Makefile b/games/cardpics/Makefile index 5dc22700071e..f2bab15a74e7 100644 --- a/games/cardpics/Makefile +++ b/games/cardpics/Makefile @@ -13,5 +13,4 @@ COMMENT= Free cards for your free card games! USE_BZIP2= yes GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/gma/Makefile b/games/gma/Makefile index 3d79e0b9fc6c..558b74318f86 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -11,5 +11,4 @@ COMMENT= Go-moku game which learns playing the game from studying its opponent GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/libfov/Makefile b/games/libfov/Makefile index 002edbb613fa..edad7fce052e 100644 --- a/games/libfov/Makefile +++ b/games/libfov/Makefile @@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtool CONFIGURE_ENV= ac_cv_prog_doxygen=no ac_cv_path_SDL_CONFIG=no USE_LDCONFIG= yes -NO_STAGE= yes post-extract: @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh diff --git a/games/vitetris/Makefile b/games/vitetris/Makefile index 4128ddde27b1..a687e5dfd421 100644 --- a/games/vitetris/Makefile +++ b/games/vitetris/Makefile @@ -23,7 +23,6 @@ PLIST_FILES= bin/vitetris \ PLIST_DIRS= share/allegro \ share/applications -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,docdir,datadir,g' \ ${WRKSRC}/Makefile |