svn commit: r523551 - head/www/tinyproxy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 19 11:11:07 UTC 2020
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
More information about the svn-ports-head
mailing list