svn commit: r458945 - head/www/tidy

Antoine Brodin antoine at FreeBSD.org
Sat Jan 13 22:22:51 UTC 2018


Author: antoine
Date: Sat Jan 13 22:22:50 2018
New Revision: 458945
URL: https://svnweb.freebsd.org/changeset/ports/458945

Log:
  - Fix DOCS installation
  - Replace pkg-plist with PLIST_FILES
  
  Reported by:	pkg-fallout

Deleted:
  head/www/tidy/pkg-plist
Modified:
  head/www/tidy/Makefile

Modified: head/www/tidy/Makefile
==============================================================================
--- head/www/tidy/Makefile	Sat Jan 13 22:15:33 2018	(r458944)
+++ head/www/tidy/Makefile	Sat Jan 13 22:22:50 2018	(r458945)
@@ -16,7 +16,8 @@ LICENSE_FILE=	${FILESDIR}/COPYRIGHT
 
 USES=		tar:tgz
 ALL_TARGET=	tidy
-DOCFILES=	Overview.html tidy.gif release-notes.html grid.gif
+PLIST_FILES=	bin/tidy4 man/man1/tidy4.1.gz
+PORTDOCS=	Overview.html tidy.gif release-notes.html grid.gif
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list