summaryrefslogtreecommitdiff
path: root/lang/a60/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-06-18 10:05:59 +0000
committerjtb <jtb@pkgsrc.org>2001-06-18 10:05:59 +0000
commit5fb4bfd737e068c3047e7402500b0fae7367851b (patch)
tree2d91e405af9e0f844a138d5d60b00638951e9686 /lang/a60/patches
parentc87cd6d961791a0653a1ce073275059abd7c5ce3 (diff)
downloadpkgsrc-5fb4bfd737e068c3047e7402500b0fae7367851b.tar.gz
Correct the location of "a60-mkc.inc", needed for Algol 60 to C translation.
Diffstat (limited to 'lang/a60/patches')
-rw-r--r--lang/a60/patches/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/a60/patches/patch-aa b/lang/a60/patches/patch-aa
index 6b7d67d1934..0357f5f6dad 100644
--- a/lang/a60/patches/patch-aa
+++ b/lang/a60/patches/patch-aa
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/05/15 21:21:45 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2001/06/18 10:05:59 jtb Exp $
--- Makefile.in.orig Mon Jul 12 08:15:42 1999
+++ Makefile.in
+@@ -34,7 +34,7 @@
+ exec_prefix = @exec_prefix@
+
+ BINDIR = $(exec_prefix)/bin
+-LIBDIR = $(prefix)/lib
++LIBDIR = $(prefix)/share/a60
+ MANDIR = $(prefix)/man/man1
+ MANSUFF = 1
+
@@ -66,13 +66,15 @@
DEFS = -DHAVE_CONFIG_H
##