summaryrefslogtreecommitdiff
path: root/net/freenet6/files/patch-src-Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-11-20 10:15:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-11-20 10:15:14 +0000
commita50f8305fb4750d34805746925149e0b00b211f0 (patch)
tree20d47cac5d9a3a0d699cce276e1769853ec255b9 /net/freenet6/files/patch-src-Makefile
parentWith portmgr hat on, reset inactive maintainer. These ports are now up (diff)
Update to version 2.1.1
Notes
Notes: svn path=/head/; revision=121991
Diffstat (limited to 'net/freenet6/files/patch-src-Makefile')
-rw-r--r--net/freenet6/files/patch-src-Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/freenet6/files/patch-src-Makefile b/net/freenet6/files/patch-src-Makefile
deleted file mode 100644
index c799f69f57b4..000000000000
--- a/net/freenet6/files/patch-src-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/Makefile.orig Mon Aug 11 17:18:21 2003
-+++ src/Makefile Thu Oct 23 11:12:02 2003
-@@ -11,7 +11,7 @@
- INC=.
- BIN=../bin
-
--CC=gcc -g -I$(INC) -Wall
-+CC+=$(CFLAGS) -g -I$(INC) -Wall
-
- all: tspc tspc.conf.sample
-
-@@ -19,9 +19,9 @@
- @echo Installing tspc
- mkdir -p $(install_bin)
- $(COPY) $(BIN)/$(TSPC) $(install_bin)/$(TSPC)
-- $(COPY) $(BIN)/tspc.conf.sample $(install_bin)/tspc.conf.sample
-- @if [ ! -e "$(install_bin)/tspc.conf" ]; then \
-- $(COPY) $(BIN)/tspc.conf.sample $(install_bin)/tspc.conf; \
-+ $(COPY) $(BIN)/tspc.conf.sample $(install_etc)/tspc.conf.sample
-+ @if [ ! -e "$(install_etc)/tspc.conf" ]; then \
-+ $(COPY) $(BIN)/tspc.conf.sample $(install_etc)/tspc.conf; \
- fi
- @echo End of tspc installation
-