mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
Patch is also submitted to the original authors. PR: ports/44375 Submitted by: Volker Stolz <vs@foldr.org> Reviewed by: kris@freebsd.org
20 lines
538 B
Text
20 lines
538 B
Text
--- src/Makefile.orig Thu Dec 6 06:06:55 2001
|
|
+++ src/Makefile Tue Oct 22 22:50:38 2002
|
|
@@ -11,7 +11,7 @@
|
|
INC=.
|
|
BIN=../bin
|
|
|
|
-CC=gcc -g -I$(INC) -Wall
|
|
+CC+=$(CFLAGS) -g -I$(INC) -Wall
|
|
|
|
pre-clean:
|
|
@if [ -f $(BIN)/tspc.conf ]; then rm -f $(BIN)/tspc.conf; fi
|
|
@@ -22,7 +22,7 @@
|
|
@echo Installing tspc
|
|
mkdir -p $(install_bin)
|
|
$(COPY) $(BIN)/$(TSPC) $(install_bin)/$(TSPC)
|
|
- $(COPY) $(BIN)/tspc.conf $(install_bin)/tspc.conf
|
|
+ $(COPY) $(BIN)/tspc.conf $(install_etc)/tspc.conf
|
|
@echo End of tspc installation
|
|
|
|
$(BIN)/tspc.conf:
|