diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-21 15:46:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-21 15:46:38 +0000 |
commit | afec5bbcdb31c3934ad373ca5996210b5af61b37 (patch) | |
tree | bfc97b65de765827c0a4d76cf52520263f43affc /databases/typhoon/files/patch-ad | |
parent | 775958c85cedfac1d153e0d800aef9c0abf9fc79 (diff) |
Notes
Diffstat (limited to 'databases/typhoon/files/patch-ad')
-rw-r--r-- | databases/typhoon/files/patch-ad | 25 |
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 |