summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authortron <tron>2000-11-08 21:55:21 +0000
committertron <tron>2000-11-08 21:55:21 +0000
commit5dc236703b01c7151b24c5c3bbda97550a8c14bf (patch)
tree3bf0b731eebf62ee8aec46a6e11b38bee710fb7a /graphics/urt
parent382cc5c1d6aef5844a10bd41ace71eb269f2d0b5 (diff)
downloadpkgsrc-5dc236703b01c7151b24c5c3bbda97550a8c14bf.tar.gz
Fix creation of broken symbolic links for manual pages.
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/files/patch-sum4
-rw-r--r--graphics/urt/patches/patch-ac10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/urt/files/patch-sum b/graphics/urt/files/patch-sum
index 05284a9f5e1..0260b553454 100644
--- a/graphics/urt/files/patch-sum
+++ b/graphics/urt/files/patch-sum
@@ -1,8 +1,8 @@
-$NetBSD: patch-sum,v 1.5 2000/05/17 19:03:24 tron Exp $
+$NetBSD: patch-sum,v 1.6 2000/11/08 21:55:21 tron Exp $
MD5 (patch-aa) = 8b2f54cfb35b04cd5dddf6b2fe855820
MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63
-MD5 (patch-ac) = 3442f1a97e317e64d45e7f45d58e9c43
+MD5 (patch-ac) = 63c3e5beda77c082464168c53a614b2e
MD5 (patch-ad) = 2f8c2c83daf3d6a7384c34b0adefdc91
MD5 (patch-ae) = 33182ea6068e3b0307ed7e7604a87df3
MD5 (patch-af) = d10f232bd3d6d1cae311fbb34032a57b
diff --git a/graphics/urt/patches/patch-ac b/graphics/urt/patches/patch-ac
index 640cbf806ff..02ebbf4a873 100644
--- a/graphics/urt/patches/patch-ac
+++ b/graphics/urt/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 1998/08/24 16:55:36 agc Exp $
+$NetBSD: patch-ac,v 1.2 2000/11/08 21:55:22 tron Exp $
Extensive hacking around - instead of installing manual pages which
simply source other man pages, make a symbolic link to the target.
@@ -52,8 +52,8 @@ simply source other man pages, make a symbolic link to the target.
+ @for i in ${SOPAGES3}; do \
+ dpgm=`echo $$i | sed -e 's|.*/||'` ; \
+ tgt=`awk '/^\.so/ { print \$$2; exit}' < \$$i`; \
-+ echo "ln -fs ${DEST3}/$$tgt ${DEST3}/$$dpgm"; \
-+ ln -fs ${DEST3}/$$tgt ${DEST3}/$$dpgm; \
++ echo "ln -fs ../$$tgt ${DEST3}/$$dpgm"; \
++ ln -fs ../$$tgt ${DEST3}/$$dpgm; \
+ done
+
+install-5: ${MANPAGES5} 5links
@@ -73,8 +73,8 @@ simply source other man pages, make a symbolic link to the target.
+ @for i in ${SOPAGES5}; do \
+ dpgm=`echo $$i | sed -e 's|.*/||'` ; \
+ tgt=`awk '/^\.so/ { print \$$2; exit}' < \$$i`; \
-+ echo "ln -fs ${DEST5}/$$tgt ${DEST5}/$$dpgm"; \
-+ ln -fs ${DEST5}/$$tgt ${DEST5}/$$dpgm; \
++ echo "ln -fs ../$$tgt ${DEST5}/$$dpgm"; \
++ ln -fs .../$$tgt ${DEST5}/$$dpgm; \
+ done
+
+