13 lines
423 B
Text
13 lines
423 B
Text
$NetBSD: patch-aa,v 1.5 1999/09/17 18:23:55 tron Exp $
|
|
|
|
--- Makefile.orig Thu Sep 10 16:59:31 1992
|
|
+++ Makefile Tue Feb 2 23:52:02 1999
|
|
@@ -8,7 +8,7 @@
|
|
### socket.1 in /usr/local/man/man1/socket.1
|
|
### Make sure the target directories exist before doing a "make install".
|
|
|
|
-INSTALLBASE = /usr/local
|
|
+INSTALLBASE = ${PREFIX}
|
|
INSTALLBINPATH = $(INSTALLBASE)/bin
|
|
INSTALLBINMODE = 755
|
|
INSTALLMANPATH = $(INSTALLBASE)/man
|