From b1d80b111186cc7b1221bbc51425fa7837ae7d18 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Mon, 9 Jun 2014 17:12:21 +0000 Subject: [PATCH] - Convert to stage --- www/transproxy/Makefile | 5 ----- www/transproxy/files/{patch-aa => patch-Makefile} | 8 ++++---- www/transproxy/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 9 deletions(-) rename www/transproxy/files/{patch-aa => patch-Makefile} (80%) create mode 100644 www/transproxy/pkg-plist 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 diff --git a/www/transproxy/files/patch-aa b/www/transproxy/files/patch-Makefile similarity index 80% rename from www/transproxy/files/patch-aa rename to 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