git: b9d59e2cea61 - main - textproc/rapidxml: update WWW, add LICENSE_FILE, split install target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Oct 2023 11:47:06 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9d59e2cea614ee6c2f23557077c2884c2075183
commit b9d59e2cea614ee6c2f23557077c2884c2075183
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2023-10-10 11:16:42 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2023-10-10 11:46:32 +0000
textproc/rapidxml: update WWW, add LICENSE_FILE, split install target
---
textproc/rapidxml/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/textproc/rapidxml/Makefile b/textproc/rapidxml/Makefile
index 662925b8ac04..19928468766e 100644
--- a/textproc/rapidxml/Makefile
+++ b/textproc/rapidxml/Makefile
@@ -5,9 +5,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fast C++ library for parsing XML
-WWW= http://rapidxml.sourceforge.net/
+WWW= https://rapidxml.sourceforge.net/
LICENSE= BSL
+LICENSE_FILE= ${WRKSRC}/license.txt
USES= zip
NO_BUILD= yes
@@ -21,7 +22,9 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_DATA} ${WRKSRC}/*.hpp ${STAGEDIR}${PREFIX}/include
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/manual.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>