summaryrefslogtreecommitdiff
path: root/textproc/rman/patches/patch-aa
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-08-18 00:15:33 +0000
committerfredb <fredb@pkgsrc.org>2000-08-18 00:15:33 +0000
commitae9abf9ecac52f9bb55be70e8903bb817b578707 (patch)
tree1fbb2d4231fbf9996bd0a634b52a825987c5593d /textproc/rman/patches/patch-aa
parent64e14af3331fd80468423a7c71fc503f24071032 (diff)
downloadpkgsrc-ae9abf9ecac52f9bb55be70e8903bb817b578707.tar.gz
Update "PolyGlotMan", a.k.a "rman", to version 3.0.9. A Changelog from
the previous version, 3.0.8, is not available. The most noticable change is that the license is now less restrictive, and more GPL-like.
Diffstat (limited to 'textproc/rman/patches/patch-aa')
-rw-r--r--textproc/rman/patches/patch-aa28
1 files changed, 8 insertions, 20 deletions
diff --git a/textproc/rman/patches/patch-aa b/textproc/rman/patches/patch-aa
index 33c64b6e7d9..2a7286c607b 100644
--- a/textproc/rman/patches/patch-aa
+++ b/textproc/rman/patches/patch-aa
@@ -1,28 +1,16 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:14:14 agc Exp $
+$NetBSD: patch-aa,v 1.4 2000/08/18 00:15:34 fredb Exp $
---- Makefile.orig Mon Dec 1 07:32:00 1997
-+++ Makefile Mon Dec 8 16:42:52 1997
-@@ -15,17 +15,17 @@
+--- Makefile.orig Wed Jun 21 20:05:56 2000
++++ Makefile Thu Aug 17 18:55:34 2000
+@@ -15,9 +15,9 @@
# this must be a directory that's in your bin PATH.
# MANDIR holds the man page.
--BINDIR = /private/share/bin
--#BINDIR = /usr/local/bin
--MANDIR = /home/auspex/h/bair/phelps/man/man1
--#MANDIR = /usr/local/man/man1
-+#BINDIR = /private/share/bin
+-BINDIR = /usr/local/bin
+BINDIR = ${PREFIX}/bin
-+#MANDIR = /home/auspex/h/bair/phelps/man/man1
+ #BINDIR = //C/bin
+-MANDIR = /home/auspex/h/bair/phelps/man/man1
+MANDIR = ${PREFIX}/man/man1
+ #MANDIR = /usr/local/man/man1
- ### if you have GNU gcc v2.x, use these definitions
-
--CC = gcc
-+# CC = gcc
- # if you don't have gcc v2.x, try -O for CFLAGS
--CFLAGS = -O2 -finline-functions
-+CFLAGS += -finline-functions
-
- ### if you just have a standard UNIX, use these instead of GNU.
- ### CC must be an ANSI C compiler