diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2014-06-09 17:12:21 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2014-06-09 17:12:21 +0000 |
commit | b1d80b111186cc7b1221bbc51425fa7837ae7d18 (patch) | |
tree | cf4e6e785e9710b836bde3c88ab55a7ff3422fc6 | |
parent | eb65bb80c87f404e38b9e83cf393ab5fb7b564ff (diff) | |
download | ports-b1d80b111186cc7b1221bbc51425fa7837ae7d18.tar.gz ports-b1d80b111186cc7b1221bbc51425fa7837ae7d18.zip |
Notes
-rw-r--r-- | www/transproxy/Makefile | 5 | ||||
-rw-r--r-- | www/transproxy/files/patch-Makefile (renamed from www/transproxy/files/patch-aa) | 8 | ||||
-rw-r--r-- | www/transproxy/pkg-plist | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index 91355050fcb8..a8d67d9749c0 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -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> diff --git a/www/transproxy/files/patch-aa b/www/transproxy/files/patch-Makefile index 14db76651922..1836421698fd 100644 --- a/www/transproxy/files/patch-aa +++ b/www/transproxy/files/patch-Makefile @@ -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 diff --git a/www/transproxy/pkg-plist b/www/transproxy/pkg-plist new file mode 100644 index 000000000000..514fe55933fc --- /dev/null +++ b/www/transproxy/pkg-plist @@ -0,0 +1,4 @@ +man/man8/tproxy.8.gz +sbin/tproxy +sbin/tproxyrun +sbin/tproxywatch |