1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

www/transproxy: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 15:20:30 +01:00
parent dbe7ad7058
commit 763f8f8e2e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= transproxy
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF

View File

@ -36,4 +36,4 @@
+ $(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
+ $(BSD_INSTALL_MAN) tproxy.8 $(DESTDIR)/$(PREFIX)/share/man/man8

View File

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