1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to stage

This commit is contained in:
Sergey Matveychuk 2014-06-09 17:12:21 +00:00
parent eb65bb80c8
commit b1d80b1111
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357186
3 changed files with 8 additions and 9 deletions

View File

@ -13,9 +13,4 @@ COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
USE_RC_SUBR= tproxy
MAN8= tproxy.8
PLIST_FILES= sbin/tproxy sbin/tproxyrun sbin/tproxywatch
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -33,7 +33,7 @@
- $(INSTALL_PROGRAM) tproxyrun $(PREFIX)/sbin
- $(INSTALL_PROGRAM) tproxywatch $(PREFIX)/sbin
- $(INSTALL_MAN) tproxy.8 $(PREFIX)/man/man8
+ $(BSD_INSTALL_PROGRAM) tproxy $(PREFIX)/sbin
+ $(BSD_INSTALL_SCRIPT) tproxyrun $(PREFIX)/sbin
+ $(BSD_INSTALL_SCRIPT) tproxywatch $(PREFIX)/sbin
+ $(BSD_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

4
www/transproxy/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
man/man8/tproxy.8.gz
sbin/tproxy
sbin/tproxyrun
sbin/tproxywatch