mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a6647c56ad
PR: 4191 Submitted by: David Holloway <daveh@gwythaint.tamis.com>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
--- Makefile.orig Tue Jul 29 15:36:52 1997
|
|
+++ Makefile Thu Jul 31 16:17:26 1997
|
|
@@ -35,7 +35,7 @@
|
|
#INSTALL= /usr/ucb/install
|
|
#INSTALL= /usr/local/gnu/bin/install
|
|
|
|
-DEST = /usr/local
|
|
+DEST = $(PREFIX)
|
|
BIN = $(DEST)/bin
|
|
MAN = $(DEST)/man
|
|
|