aboutsummaryrefslogtreecommitdiff
path: root/databases/typhoon/files/patch-ad
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-21 15:46:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-21 15:46:38 +0000
commitafec5bbcdb31c3934ad373ca5996210b5af61b37 (patch)
treebfc97b65de765827c0a4d76cf52520263f43affc /databases/typhoon/files/patch-ad
parent775958c85cedfac1d153e0d800aef9c0abf9fc79 (diff)
Notes
Diffstat (limited to 'databases/typhoon/files/patch-ad')
-rw-r--r--databases/typhoon/files/patch-ad25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/typhoon/files/patch-ad b/databases/typhoon/files/patch-ad
new file mode 100644
index 000000000000..e157aec1a07a
--- /dev/null
+++ b/databases/typhoon/files/patch-ad
@@ -0,0 +1,25 @@
+--- Makefile.orig Mon May 22 01:47:05 1995
++++ Makefile Sat Nov 18 02:11:18 2000
+@@ -1,11 +1,10 @@
+ # Makefile for: typhoon - top level makefile
+
+ MANEXT = l
+-PREFIX = /usr/local
+ DESTMAN = $(PREFIX)/man/man$(MANEXT)
+ DESTCAT = $(PREFIX)/man/cat$(MANEXT)
+-DESTOWN = root
+-DESTGRP = local
++DESTOWN = bin
++DESTGRP = bin
+ SHELL = /bin/sh
+ MAKE = make
+
+@@ -14,8 +13,6 @@
+ all install uninstall: include/ansi.h include/environ.h
+ cd src; $(MAKE) $@
+ cd util; $(MAKE) $@
+- cd examples; $(MAKE) $@
+- cd man; $(MAKE) $@
+
+ include/ansi.h include/environ.h:
+ configure