summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-23 13:09:24 +0000
committerwiz <wiz>2001-02-23 13:09:24 +0000
commitb04a0f8a17bdcdcde017b09868c741feffc4eb75 (patch)
tree073ab413276f6ac9cde15092f9b0b829617a21c4
parentbb772d27a6392f15158d9c429de7b5fe9defeb65 (diff)
downloadpkgsrc-b04a0f8a17bdcdcde017b09868c741feffc4eb75.tar.gz
Fix PLIST problem.
-rw-r--r--graphics/openptc/files/patch-sum4
-rw-r--r--graphics/openptc/patches/patch-ab11
2 files changed, 9 insertions, 6 deletions
diff --git a/graphics/openptc/files/patch-sum b/graphics/openptc/files/patch-sum
index e850e7b96b9..8289ae7cbf1 100644
--- a/graphics/openptc/files/patch-sum
+++ b/graphics/openptc/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $
+$NetBSD: patch-sum,v 1.2 2001/02/23 13:09:24 wiz Exp $
MD5 (patch-aa) = b2b4bf1727641d8961c84e4de81e30ff
-MD5 (patch-ab) = fc61d1db983675e1e801752fb8ac1bb8
+MD5 (patch-ab) = 8b667b04d464ae9001bfbeec327fb4ab
diff --git a/graphics/openptc/patches/patch-ab b/graphics/openptc/patches/patch-ab
index 26b16222ab8..22fac3d4599 100644
--- a/graphics/openptc/patches/patch-ab
+++ b/graphics/openptc/patches/patch-ab
@@ -1,7 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $
---- Makefile.in.orig Wed Mar 31 16:44:04 1999
-+++ Makefile.in Thu Jul 22 01:57:53 1999
-@@ -54,19 +54,19 @@
+$NetBSD: patch-ab,v 1.2 2001/02/23 13:09:24 wiz Exp $
+
+--- Makefile.in.orig Thu Apr 1 01:44:04 1999
++++ Makefile.in
+@@ -54,20 +54,21 @@
install -d $(prefix)/include/ptc/X11
install -d $(exec_prefix)/lib
install -d $(exec_prefix)/bin
@@ -25,5 +26,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $
- install -m 0755 library/$(PTC_LIBRARY_DYN) $(exec_prefix)/lib; \
+ install -c -m 0755 library/$(PTC_LIBRARY_DYN) $(exec_prefix)/lib; \
cd $(exec_prefix)/lib ; ln -sf $(PTC_LIBRARY_DYN) libptc.so ; \
++ ln -sf $(PTC_LIBRARY_DYN) libptc.so.1 ; \
fi
+