Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 22:22:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458945 - head/www/tidy
Message-ID:  <201801132222.w0DMMo8D081655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801132222.w0DMMo8D081655>