mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
13 lines
380 B
Text
13 lines
380 B
Text
--- Makefile.orig Thu Sep 10 16:59:31 1992
|
|
+++ Makefile Mon Apr 22 15:23:31 2002
|
|
@@ -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 = ${DESTDIR}/usr/local
|
|
INSTALLBINPATH = $(INSTALLBASE)/bin
|
|
INSTALLBINMODE = 755
|
|
INSTALLMANPATH = $(INSTALLBASE)/man
|
|
|
|
|