aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-08-08 03:31:32 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-08-09 01:08:20 +0000
commiteb5bc9e3d65bb9499f18105d89135a000172cdd7 (patch)
tree7a8218fc268315870fc349f2995cc1b8178a5c7b
parent3010421428e414462cf9bcc460398b3aee6b439b (diff)
downloadports-eb5bc9e3d65bb9499f18105d89135a000172cdd7.tar.gz
ports-eb5bc9e3d65bb9499f18105d89135a000172cdd7.zip
www/tidy-devel: Add license information
PR: 273006 Approved by: maintainer
-rw-r--r--www/tidy-devel/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index 3ed33346b126..04dfc7455f7e 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -12,6 +12,11 @@ MAINTAINER?= thierry@FreeBSD.org
COMMENT?= Utility to clean up and pretty print HTML/XHTML/XML
WWW= http://tidy.sourceforge.net/
+LICENSE= HTML_TIDY
+LICENSE_NAME= HTML Tidy License
+LICENSE_FILE= ${WRKSRC}/htmldoc/license.html
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
BUILD_DEPENDS= xsltproc:textproc/libxslt
USES= cpe tar:bzip2
@@ -65,7 +70,7 @@ getcvs:
tarball:
${RM} -r ${WRKDIR}/cvs/tidy/CVSROOT
- ${FIND} ${WRKDIR}/cvs -name CVS | ${XARGS} ${RM} -r
+ ${FIND} ${WRKDIR}/cvs -name CVS -delete
cd ${WRKDIR}/cvs && \
${TAR} cfj ${_DISTDIR}${DISTFILES} tidy