diff options
-rw-r--r-- | games/crossfire-client/Makefile | 1 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 1 | ||||
-rw-r--r-- | games/crossfire/Makefile | 1 |
3 files changed, 3 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}) diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 0c212486432f..1a73ae3d1668 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/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}) diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index 0c212486432f..1a73ae3d1668 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/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}) |