diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-03 00:15:05 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-03 00:15:05 +0800 |
commit | 2ae58a380a2500de7584248ab7c9352d5c3c2b44 (patch) | |
tree | 146f63ab8f12caad1b60db7957e0a0325a50acae /games/crossfire | |
parent | 044b9c2aee0959786dff838f8e56f69a373db718 (diff) | |
download | freebsd-ports-gnome-2ae58a380a2500de7584248ab7c9352d5c3c2b44.tar.gz freebsd-ports-gnome-2ae58a380a2500de7584248ab7c9352d5c3c2b44.tar.zst freebsd-ports-gnome-2ae58a380a2500de7584248ab7c9352d5c3c2b44.zip |
Oops, forgot to remove this file.
PR: 23223
Submitted by: Ports Fury
Diffstat (limited to 'games/crossfire')
-rw-r--r-- | games/crossfire/scripts/pre-configure | 19 |
1 files changed, 0 insertions, 19 deletions
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 |