diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 18:50:30 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 18:50:30 +0000 |
commit | ff84c5217ccbd2e7d084b484f34d5f6a2f243b09 (patch) | |
tree | b688dd6bc8645f92919cf95536b1c0acc064f5bd /games | |
parent | Provide bandaid for changed location of include files, because it appears that (diff) |
unbreak with XFree86-4.
Notes
Notes:
svn path=/head/; revision=47701
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}) |