diff options
Diffstat (limited to 'games/crossfire-client/Makefile')
-rw-r--r-- | games/crossfire-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 0c212486432f..1a73ae3d1668 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -55,6 +55,7 @@ post-patch: 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g ; \ s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config/crosssite.def + @${PERL} -pi -e 's|^distclean:|$$&:|' ${WRKSRC}/Imakefile do-configure: @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) |