mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b10cce44e8
* Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
27 lines
563 B
Plaintext
27 lines
563 B
Plaintext
--- Makefile.in.orig Thu May 6 10:11:58 1993
|
|
+++ Makefile.in Mon Dec 27 22:07:20 1999
|
|
@@ -3,19 +3,19 @@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
-CC = @CC@
|
|
+#CC = @CC@
|
|
AR = ar
|
|
# set RANLIB = @: if your system doesn't have or need ranlib
|
|
RANLIB = @RANLIB@
|
|
# use cp if you don't have install
|
|
INSTALL = @INSTALL@
|
|
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
+INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
-CFLAGS = -g
|
|
-LDFLAGS = $(CFLAGS)
|
|
+#CFLAGS = -g
|
|
+#LDFLAGS = $(CFLAGS)
|
|
LIBS = @LIBS@
|
|
|
|
prefix = /usr/local
|