mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Fix installation when /usr/X11R6 is a symlink.
PR: ports/17946 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
This commit is contained in:
parent
9ca4ec6659
commit
aa82d74ce0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27540
21
x11/XFree86-4-libraries/files/patch-h
Normal file
21
x11/XFree86-4-libraries/files/patch-h
Normal file
@ -0,0 +1,21 @@
|
||||
--- config/cf/Imake.rules.orig Wed Mar 8 00:54:17 2000
|
||||
+++ config/cf/Imake.rules Wed Apr 12 18:00:00 2000
|
||||
@@ -1437,7 +1437,7 @@
|
||||
MakeDir(Concat($(DESTDIR),npath/mdir)) @@\
|
||||
@MakeFlagsToShellFlags(i,set +e); \ @@\
|
||||
if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\
|
||||
- RELPATH=`echo opath/cdir | \ @@\
|
||||
+ RELPATH=`cd opath/cdir; pwd | \ @@\
|
||||
sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\
|
||||
cd Concat($(DESTDIR),opath/cdir); \ @@\
|
||||
if [ -d rdir -a ! -h rdir ]; then \ @@\
|
||||
@@ -1484,7 +1484,7 @@
|
||||
MakeDir(Concat($(DESTDIR),npath)) @@\
|
||||
@MakeFlagsToShellFlags(i,set +e); \ @@\
|
||||
if [ -d Concat($(DESTDIR),opath) ]; then \ @@\
|
||||
- RELPATH=`echo opath | \ @@\
|
||||
+ RELPATH=`cd opath; pwd | \ @@\
|
||||
sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\
|
||||
cd Concat($(DESTDIR),opath); \ @@\
|
||||
if [ -f lfile -a ! -h lfile ]; then \ @@\
|
||||
|
21
x11/XFree86-4/files/patch-h
Normal file
21
x11/XFree86-4/files/patch-h
Normal file
@ -0,0 +1,21 @@
|
||||
--- config/cf/Imake.rules.orig Wed Mar 8 00:54:17 2000
|
||||
+++ config/cf/Imake.rules Wed Apr 12 18:00:00 2000
|
||||
@@ -1437,7 +1437,7 @@
|
||||
MakeDir(Concat($(DESTDIR),npath/mdir)) @@\
|
||||
@MakeFlagsToShellFlags(i,set +e); \ @@\
|
||||
if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\
|
||||
- RELPATH=`echo opath/cdir | \ @@\
|
||||
+ RELPATH=`cd opath/cdir; pwd | \ @@\
|
||||
sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\
|
||||
cd Concat($(DESTDIR),opath/cdir); \ @@\
|
||||
if [ -d rdir -a ! -h rdir ]; then \ @@\
|
||||
@@ -1484,7 +1484,7 @@
|
||||
MakeDir(Concat($(DESTDIR),npath)) @@\
|
||||
@MakeFlagsToShellFlags(i,set +e); \ @@\
|
||||
if [ -d Concat($(DESTDIR),opath) ]; then \ @@\
|
||||
- RELPATH=`echo opath | \ @@\
|
||||
+ RELPATH=`cd opath; pwd | \ @@\
|
||||
sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\
|
||||
cd Concat($(DESTDIR),opath); \ @@\
|
||||
if [ -f lfile -a ! -h lfile ]; then \ @@\
|
||||
|
Loading…
Reference in New Issue
Block a user