summaryrefslogtreecommitdiff
path: root/devel/sgb
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-06-13 19:07:24 +0000
committerminskim <minskim@pkgsrc.org>2010-06-13 19:07:24 +0000
commit39676b345f8210d3dc64fdd346e46c9c85fc85f5 (patch)
treea51995ea6854be533d71d0ae11a41bca7aa5f155 /devel/sgb
parent06ac54021385614f0dd7abeaabf011bcf72cf273 (diff)
downloadpkgsrc-39676b345f8210d3dc64fdd346e46c9c85fc85f5.tar.gz
Use an absolute path to invoke tex.
Diffstat (limited to 'devel/sgb')
-rw-r--r--devel/sgb/distinfo4
-rw-r--r--devel/sgb/patches/patch-aa13
2 files changed, 12 insertions, 5 deletions
diff --git a/devel/sgb/distinfo b/devel/sgb/distinfo
index 2aa58f03e78..29fe4b218d5 100644
--- a/devel/sgb/distinfo
+++ b/devel/sgb/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2010/01/29 01:34:06 minskim Exp $
+$NetBSD: distinfo,v 1.4 2010/06/13 19:07:24 minskim Exp $
SHA1 (sgb-2007-03.28.tar.gz) = 651cc1ea52a3ea10d00276e7fb09458bb344072c
RMD160 (sgb-2007-03.28.tar.gz) = 5da2b7835e051f9e4224a9e56ec17aafba54d864
Size (sgb-2007-03.28.tar.gz) = 493980 bytes
-SHA1 (patch-aa) = 4ec26728a8fde000aa8198cd0a0d12e6d4dbc12b
+SHA1 (patch-aa) = 68cd0aaca599784d42cac101dcf953a726d14040
diff --git a/devel/sgb/patches/patch-aa b/devel/sgb/patches/patch-aa
index b4456d52590..ba79b07baab 100644
--- a/devel/sgb/patches/patch-aa
+++ b/devel/sgb/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2010/01/29 01:34:06 minskim Exp $
+$NetBSD: patch-aa,v 1.3 2010/06/13 19:07:24 minskim Exp $
---- Makefile.orig 1999-12-27 14:27:24.000000000 -0800
+--- Makefile.orig 1999-12-27 22:27:24.000000000 +0000
+++ Makefile
@@ -8,22 +8,22 @@
# current directory. (Not recommended for serious users.)
@@ -93,7 +93,7 @@ $NetBSD: patch-aa,v 1.2 2010/01/29 01:34:06 minskim Exp $
tests: test_io test_graph test_flip
./test_io
-@@ -128,24 +134,22 @@ tests: test_io test_graph test_flip
+@@ -128,30 +134,28 @@ tests: test_io test_graph test_flip
touch certified
install: lib
@@ -129,3 +129,10 @@ $NetBSD: patch-aa,v 1.2 2010/01/29 01:34:06 minskim Exp $
uninstalldemos:
- cd $(BINDIR); rm -f $(DEMOS)
+
+ doc:
+- tex abstract.plaintex
++ @LOCALBASE@/bin/tex abstract.plaintex
+
+ clean:
+ rm -f *~ *.o *.c *.h libgb.a certified \