Date: Mon, 26 Feb 2024 14:33:20 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 763f8f8e2e69 - main - www/transproxy: Moved man to share/man Message-ID: <202402261433.41QEXK0K020355@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=763f8f8e2e6914bf8a0b052e0ed768349d6d685c commit 763f8f8e2e6914bf8a0b052e0ed768349d6d685c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 14:20:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 14:31:45 +0000 www/transproxy: Moved man to share/man Approved by: portmgr (blanket) --- www/transproxy/Makefile | 1 + www/transproxy/files/patch-Makefile | 2 +- www/transproxy/pkg-plist | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index d1e77fb7d6b9..bc133647597d 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= transproxy PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF diff --git a/www/transproxy/files/patch-Makefile b/www/transproxy/files/patch-Makefile index 6dbaf50957e2..a3260a38adab 100644 --- a/www/transproxy/files/patch-Makefile +++ b/www/transproxy/files/patch-Makefile @@ -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 diff --git a/www/transproxy/pkg-plist b/www/transproxy/pkg-plist index 514fe55933fc..dc067cf11431 100644 --- a/www/transproxy/pkg-plist +++ b/www/transproxy/pkg-plist @@ -1,4 +1,4 @@ -man/man8/tproxy.8.gz +share/man/man8/tproxy.8.gz sbin/tproxy sbin/tproxyrun sbin/tproxywatch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261433.41QEXK0K020355>