From dcf01b445d7885fa6a78dfa0b0a7012e954932c1 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sat, 2 Dec 2000 16:15:05 +0000 Subject: [PATCH] Oops, forgot to remove this file. PR: 23223 Submitted by: Ports Fury --- games/crossfire-client/scripts/pre-configure | 19 ------------------- games/crossfire-server/scripts/pre-configure | 19 ------------------- games/crossfire/scripts/pre-configure | 19 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 games/crossfire-client/scripts/pre-configure delete mode 100644 games/crossfire-server/scripts/pre-configure delete mode 100644 games/crossfire/scripts/pre-configure diff --git a/games/crossfire-client/scripts/pre-configure b/games/crossfire-client/scripts/pre-configure deleted file mode 100644 index ef346c5f8169..000000000000 --- a/games/crossfire-client/scripts/pre-configure +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -# -# patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file -# here we resolve finally our - via /etc/make.conf - variable include -# and destination directories -# -andreas -# - -echo "adjusting paths in ${WRKSRC}/config/crosssite.def" - -perl -pi -e "s=!!LOCALBASE!!=$LOCALBASE=" ${WRKSRC}/config/crosssite.def \ - || exit 1 -perl -pi -e "s=!!X11BASE!!=$X11BASE=" ${WRKSRC}/config/crosssite.def \ - || exit 1 - -exit 0 diff --git a/games/crossfire-server/scripts/pre-configure b/games/crossfire-server/scripts/pre-configure deleted file mode 100644 index ef346c5f8169..000000000000 --- a/games/crossfire-server/scripts/pre-configure +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -# -# patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file -# here we resolve finally our - via /etc/make.conf - variable include -# and destination directories -# -andreas -# - -echo "adjusting paths in ${WRKSRC}/config/crosssite.def" - -perl -pi -e "s=!!LOCALBASE!!=$LOCALBASE=" ${WRKSRC}/config/crosssite.def \ - || exit 1 -perl -pi -e "s=!!X11BASE!!=$X11BASE=" ${WRKSRC}/config/crosssite.def \ - || exit 1 - -exit 0 diff --git a/games/crossfire/scripts/pre-configure b/games/crossfire/scripts/pre-configure deleted file mode 100644 index ef346c5f8169..000000000000 --- a/games/crossfire/scripts/pre-configure +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -# -# patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file -# here we resolve finally our - via /etc/make.conf - variable include -# and destination directories -# -andreas -# - -echo "adjusting paths in ${WRKSRC}/config/crosssite.def" - -perl -pi -e "s=!!LOCALBASE!!=$LOCALBASE=" ${WRKSRC}/config/crosssite.def \ - || exit 1 -perl -pi -e "s=!!X11BASE!!=$X11BASE=" ${WRKSRC}/config/crosssite.def \ - || exit 1 - -exit 0