mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
|
--- makefile.orig Wed Jan 3 05:06:51 2001
|
||
|
+++ makefile Wed Jan 3 13:37:36 2001
|
||
|
@@ -3,11 +3,10 @@
|
||
|
# CONFIGURATION
|
||
|
|
||
|
#WARN = -Wall -Wno-parentheses -Wno-implicit-int -Wshadow
|
||
|
-PREFIX = /usr/local
|
||
|
BINDIR = $(PREFIX)/bin
|
||
|
MANDIR = $(PREFIX)/man
|
||
|
MANSECT = $(MANDIR)/man1
|
||
|
-INSTALL = /usr/ucb/install
|
||
|
+INSTALL = /usr/bin/install
|
||
|
# For Linux, enable both of the following flags.
|
||
|
# For Solaris 8, disable SUSF (other versions untested).
|
||
|
SUSF = -D_XOPEN_SOURCE=500L
|