svn commit: r501535 - head/sysutils/pxattr
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 13 09:01:36 UTC 2019
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 at 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/
More information about the svn-ports-head
mailing list