aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/tidy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile
index 5956f6eb59b3..fc8da85f73bc 100644
--- a/www/tidy/Makefile
+++ b/www/tidy/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Fixes and tidies up HTML files
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
LICENSE_FILE= ${FILESDIR}/COPYRIGHT
ALL_TARGET= tidy
@@ -27,7 +27,7 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tidy ${STAGEDIR}${PREFIX}/bin/tidy4
- ${INSTALL_MAN} ${WRKSRC}/man_page.txt ${STAGEDIR}${MANPREFIX}/man/man1/tidy4.1
+ ${INSTALL_MAN} ${WRKSRC}/man_page.txt ${STAGEDIR}${PREFIX}/man/man1/tidy4.1
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ${DOCFILES}