ae9abf9eca
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.
16 lines
422 B
Text
16 lines
422 B
Text
$NetBSD: patch-aa,v 1.4 2000/08/18 00:15:34 fredb Exp $
|
|
|
|
--- 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 = /usr/local/bin
|
|
+BINDIR = ${PREFIX}/bin
|
|
#BINDIR = //C/bin
|
|
-MANDIR = /home/auspex/h/bair/phelps/man/man1
|
|
+MANDIR = ${PREFIX}/man/man1
|
|
#MANDIR = /usr/local/man/man1
|
|
|
|
|