Index: head/www/tidy-html5/Makefile =================================================================== --- head/www/tidy-html5/Makefile (revision 452086) +++ head/www/tidy-html5/Makefile (revision 452087) @@ -1,31 +1,33 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= tidy-html5 PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org COMMENT= Tidy tidies HTML and XML documents LICENSE= MIT LICENSE_FILE= ${WRKSRC}/README/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= htacg USES= cmake USE_GNOME= libxslt USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON \ -DTIDY_CONSOLE_SHARED:BOOL=ON PLIST_SUB= VER=${PORTVERSION} post-install: # To avoid conflict ATM - to be removed later ${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5 ${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so + ${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1 .include Index: head/www/tidy-html5/pkg-plist =================================================================== --- head/www/tidy-html5/pkg-plist (revision 452086) +++ head/www/tidy-html5/pkg-plist (revision 452087) @@ -1,10 +1,10 @@ bin/tidy5 include/tidy.h include/tidybuffio.h include/tidyenum.h include/tidyplatform.h lib/libtidy5.so lib/libtidy.so.5 lib/libtidy.so.%%VER%% lib/libtidys.a -man/man1/tidy.1.gz +man/man1/tidy5.1.gz