aboutsummaryrefslogtreecommitdiffstats
path: root/net/plugdaemon/files
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-06-25 06:46:15 +0800
committereik <eik@FreeBSD.org>2004-06-25 06:46:15 +0800
commit3c770df103fca1bceb3460a25afd92cd46a73fa6 (patch)
tree02736ab9c4d882572fbf1bfbea88ddb90f9094ed /net/plugdaemon/files
parentd8d7480704f98420fb2683b57670192f42989590 (diff)
downloadfreebsd-ports-graphics-3c770df103fca1bceb3460a25afd92cd46a73fa6.tar.gz
freebsd-ports-graphics-3c770df103fca1bceb3460a25afd92cd46a73fa6.tar.zst
freebsd-ports-graphics-3c770df103fca1bceb3460a25afd92cd46a73fa6.zip
Add net/plugdaemon, a TCP/IP redirecting proxy
PR: 68290 Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'net/plugdaemon/files')
-rw-r--r--net/plugdaemon/files/patch-Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/plugdaemon/files/patch-Makefile b/net/plugdaemon/files/patch-Makefile
new file mode 100644
index 00000000000..4eb74b7fa1d
--- /dev/null
+++ b/net/plugdaemon/files/patch-Makefile
@@ -0,0 +1,22 @@
+--- Makefile.orig Thu Jun 24 12:46:54 2004
++++ Makefile Thu Jun 24 12:49:07 2004
+@@ -10,8 +10,8 @@
+ #CFLAGS=-O2 -Wall -s -static
+ #LFLAGS=-s -static
+ # gcc
+-CC=cc
+-CFLAGS=-O -g -Wall
++CC?=cc
++CFLAGS+=-O -g -Wall
+ LFLAGS=
+ # cc
+ #CC=cc
+@@ -41,6 +41,6 @@
+ tar: $T.tgz
+
+ install: plug
+- install -C -m 0755 plug /usr/local/sbin
+- install -C -m 0644 plug.1 /usr/local/man/man1
++ install -C -m 0755 plug ${PREFIX}/sbin
++ install -C -m 0644 plug.1 ${PREFIX}/man/man1
+