aboutsummaryrefslogtreecommitdiffstats
path: root/devel/imake-4/files/patch-h
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-08 03:25:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-08 03:25:55 +0000
commit061d6c265f0e84d0c7c83ec4b8c86368ac618381 (patch)
tree2bebf49a02235113362e1fe546359153c885e931 /devel/imake-4/files/patch-h
parent1bfe1456aa1123826e1fa9706b6e4dc69822408b (diff)
Add imake based on XFree86-4.0.
Submitted by: taguchi@tohoku.iij.ad.jp
Diffstat (limited to 'devel/imake-4/files/patch-h')
-rw-r--r--devel/imake-4/files/patch-h21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/imake-4/files/patch-h b/devel/imake-4/files/patch-h
new file mode 100644
index 000000000000..c3f02dccd53b
--- /dev/null
+++ b/devel/imake-4/files/patch-h
@@ -0,0 +1,21 @@
+--- cf/Imake.rules.orig Wed Mar 8 00:54:17 2000
++++ 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 \ @@\
+