diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-23 13:09:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-23 13:09:24 +0000 |
commit | b5a883d90fbe5d6163d6bf7bd861f86015a70f51 (patch) | |
tree | 073ab413276f6ac9cde15092f9b0b829617a21c4 /graphics/openptc | |
parent | 7d636211771b9526bf46af8c9be583adee3943e0 (diff) | |
download | pkgsrc-b5a883d90fbe5d6163d6bf7bd861f86015a70f51.tar.gz |
Fix PLIST problem.
Diffstat (limited to 'graphics/openptc')
-rw-r--r-- | graphics/openptc/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/openptc/patches/patch-ab | 11 |
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 + |