diff options
Diffstat (limited to 'games/gtkpool/Makefile')
-rw-r--r-- | games/gtkpool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 1f0a8ef9dc4d..76b7cc167167 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -19,6 +19,7 @@ USE_AUTOTOOLS= aclocal automake autoheader autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing +NO_STAGE= yes post-patch: .for file in application.cpp options.cpp @${REINPLACE_CMD} -e 's|/usr/local/share/gtkpool|${DATADIR}|' \ |