Date: Mon, 13 May 2019 09:01:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501535 - head/sysutils/pxattr Message-ID: <201905130901.x4D91Yeu038205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 13 09:01:34 2019 New Revision: 501535 URL: https://svnweb.freebsd.org/changeset/ports/501535 Log: - Update WWW - Use consistent target name Approved by: portmgr blanket Modified: head/sysutils/pxattr/Makefile head/sysutils/pxattr/pkg-descr Modified: head/sysutils/pxattr/Makefile ============================================================================== --- head/sysutils/pxattr/Makefile Mon May 13 08:57:23 2019 (r501534) +++ head/sysutils/pxattr/Makefile Mon May 13 09:01:34 2019 (r501535) @@ -4,7 +4,7 @@ PORTNAME= pxattr PORTVERSION= 2.1.0 CATEGORIES= sysutils -MASTER_SITES= http://www.lesbonscomptes.com/pxattr/ +MASTER_SITES= https://www.lesbonscomptes.com/pxattr/ MAINTAINER= danfe@FreeBSD.org COMMENT= Portable utility to work with file extended attributes @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -post-install-DOCS-on: +do-install-DOCS-on: cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/sysutils/pxattr/pkg-descr ============================================================================== --- head/sysutils/pxattr/pkg-descr Mon May 13 08:57:23 2019 (r501534) +++ head/sysutils/pxattr/pkg-descr Mon May 13 09:01:34 2019 (r501535) @@ -16,4 +16,4 @@ application source code, or can be built as a referenc utility to manage user extended attributes in a uniform and cross- platform way. It includes an attributes archive/restore facility. -WWW: http://www.lesbonscomptes.com/pxattr/ +WWW: https://www.lesbonscomptes.com/pxattr/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905130901.x4D91Yeu038205>