diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2001-11-08 15:24:26 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-11-08 15:24:26 +0000 |
| commit | 9cadab2a15c4ebdc7ddebe0f965348b4d6daddec (patch) | |
| tree | 11ba87fb75e0c9dd032b8f637e75705617763470 /net/freenet6/files/patch-src-Makefile | |
| parent | Update HOMEPAGE and MASTER_SITES (diff) | |
Initial import of freenet6-0.9.5.
Freenet is the Freenet6 Tunnel Setup Protocol Client
PR: 31791
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/freenet6/files/patch-src-Makefile')
| -rw-r--r-- | net/freenet6/files/patch-src-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/freenet6/files/patch-src-Makefile b/net/freenet6/files/patch-src-Makefile new file mode 100644 index 000000000000..87461ceb47d1 --- /dev/null +++ b/net/freenet6/files/patch-src-Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig Sat Sep 8 01:52:26 2001 ++++ src/Makefile Thu Oct 11 13:01:53 2001 +@@ -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: |
