Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 11:11:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523551 - head/www/tinyproxy
Message-ID:  <202001191111.00JBB6Tj090881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 19 11:11:06 2020
New Revision: 523551
URL: https://svnweb.freebsd.org/changeset/ports/523551

Log:
  Update manpage location (r523104)

Modified:
  head/www/tinyproxy/Makefile
  head/www/tinyproxy/pkg-plist

Modified: head/www/tinyproxy/Makefile
==============================================================================
--- head/www/tinyproxy/Makefile	Sun Jan 19 11:11:01 2020	(r523550)
+++ head/www/tinyproxy/Makefile	Sun Jan 19 11:11:06 2020	(r523551)
@@ -40,7 +40,7 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/etc/tinyproxy.conf ${STAGEDIR}${PREFIX}/etc/tinyproxy.conf.sample
-	${INSTALL_MAN} ${FILESDIR}/tinyproxy.conf.5 ${STAGEDIR}${PREFIX}/man/man5/
-	${INSTALL_MAN} ${FILESDIR}/tinyproxy.8 ${STAGEDIR}${PREFIX}/man/man8/
+	${INSTALL_MAN} ${FILESDIR}/tinyproxy.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/
+	${INSTALL_MAN} ${FILESDIR}/tinyproxy.8 ${STAGEDIR}${PREFIX}/share/man/man8/
 
 .include <bsd.port.mk>

Modified: head/www/tinyproxy/pkg-plist
==============================================================================
--- head/www/tinyproxy/pkg-plist	Sun Jan 19 11:11:01 2020	(r523550)
+++ head/www/tinyproxy/pkg-plist	Sun Jan 19 11:11:06 2020	(r523551)
@@ -1,7 +1,7 @@
 @sample etc/tinyproxy.conf.sample
-man/man5/tinyproxy.conf.5.gz
-man/man8/tinyproxy.8.gz
 sbin/tinyproxy
 %%DATADIR%%/debug.html
 %%DATADIR%%/default.html
 %%DATADIR%%/stats.html
+share/man/man5/tinyproxy.conf.5.gz
+share/man/man8/tinyproxy.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001191111.00JBB6Tj090881>