mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Oops, forgot to remove this file.
PR: 23223 Submitted by: Ports Fury
This commit is contained in:
parent
6e9fe23bf6
commit
dcf01b445d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35602
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user