diff options
Diffstat (limited to 'games/nextgo/Makefile')
-rw-r--r-- | games/nextgo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index 5111d37..231bc8c 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -18,6 +18,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile |