Index: head/www/transproxy/Makefile =================================================================== --- head/www/transproxy/Makefile (revision 421856) +++ head/www/transproxy/Makefile (revision 421857) @@ -1,16 +1,19 @@ # Created by: Peter Wemm # $FreeBSD$ PORTNAME= transproxy PORTVERSION= 1.6 CATEGORIES= www MASTER_SITES= SF -EXTRACT_SUFX= .tgz - MAINTAINER= ports@FreeBSD.org COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command + +LICENSE= BSD4CLAUSE # ish; 3 clauses but both advertising and promotion are there +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +USES= tar:tgz USE_RC_SUBR= tproxy .include Index: head/www/transproxy/files/patch-Makefile =================================================================== --- head/www/transproxy/files/patch-Makefile (revision 421856) +++ head/www/transproxy/files/patch-Makefile (revision 421857) @@ -1,39 +1,39 @@ ---- Makefile.orig Fri Aug 18 07:35:46 2000 -+++ Makefile Wed Jun 6 10:31:05 2001 -@@ -61,17 +61,17 @@ +--- Makefile.orig 2004-03-31 12:19:34 UTC ++++ Makefile +@@ -64,17 +64,17 @@ OPTIONS += -DIPTABLES #OPTIONS += -DHAVE_GETOPT_H # You may need to touch PREFIX, CC and CFLAGS. -PREFIX = /usr/local -INSTALL_PROGRAM = install -c -m 555 -o bin -g bin -INSTALL_MAN = install -c -m 444 -o bin -g bin +#PREFIX = /usr/local +#INSTALL_PROGRAM = install -c -m 555 -o bin -g bin +#INSTALL_MAN = install -c -m 444 -o bin -g bin # Some make's don't define this. -RM = rm -f +#RM = rm -f # Should be OK for GNU gcc. -CC = gcc -CFLAGS = -O2 -Wall -LDFLAGS = -s +#CC = gcc +#CFLAGS = -O2 -Wall +#LDFLAGS = -s # For using BIND resolver instead of system resolver. #LIBS += -lresolv # Really old Linux has this. -@@ -100,7 +100,7 @@ +@@ -103,7 +103,7 @@ clobber dist-clean: clean $(RM) tproxy install: tproxy - $(INSTALL_PROGRAM) tproxy $(PREFIX)/sbin - $(INSTALL_PROGRAM) tproxyrun $(PREFIX)/sbin - $(INSTALL_PROGRAM) tproxywatch $(PREFIX)/sbin - $(INSTALL_MAN) tproxy.8 $(PREFIX)/man/man8 + $(BSD_INSTALL_PROGRAM) tproxy $(DESTDIR)/$(PREFIX)/sbin + $(BSD_INSTALL_SCRIPT) tproxyrun $(DESTDIR)$(PREFIX)/sbin + $(BSD_INSTALL_SCRIPT) tproxywatch $(DESTDIR)$(PREFIX)/sbin + $(BSD_INSTALL_MAN) tproxy.8 $(DESTDIR)/$(PREFIX)/man/man8