diff options
author | sf <sf@FreeBSD.org> | 2001-09-12 02:50:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-12 02:50:30 +0800 |
commit | 4bb435a50a1b306fb21dfb9fee187406b2787f38 (patch) | |
tree | 929e261a93840e8bac82334a283a5f529b98eb2b /games | |
parent | 19f4c638ce202d5e27533b0e1c014a256ca53b33 (diff) | |
download | freebsd-ports-gnome-4bb435a50a1b306fb21dfb9fee187406b2787f38.tar.gz freebsd-ports-gnome-4bb435a50a1b306fb21dfb9fee187406b2787f38.tar.zst freebsd-ports-gnome-4bb435a50a1b306fb21dfb9fee187406b2787f38.zip |
unbreak with XFree86-4.
Diffstat (limited to 'games')
-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}) |