Oops, forgot to remove this file.

PR: 23223
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-12-02 16:15:05 +00:00
parent 6e9fe23bf6
commit dcf01b445d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35602
3 changed files with 0 additions and 57 deletions

View File

@ -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

View File

@ -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

View File

@ -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