svn commit: r417876 - head/textproc/xhtml-basic

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 1 13:07:23 UTC 2016


Author: bapt
Date: Fri Jul  1 13:07:21 2016
New Revision: 417876
URL: https://svnweb.freebsd.org/changeset/ports/417876

Log:
  @xmlcatmgr is already adding the argument in the package file list, no
  need to have it twice.
  
  No bump given pkg will already filter this by itself

Modified:
  head/textproc/xhtml-basic/Makefile

Modified: head/textproc/xhtml-basic/Makefile
==============================================================================
--- head/textproc/xhtml-basic/Makefile	Fri Jul  1 12:23:44 2016	(r417875)
+++ head/textproc/xhtml-basic/Makefile	Fri Jul  1 13:07:21 2016	(r417876)
@@ -28,8 +28,7 @@ PORTDATA=	xhtml-basic10-model-1.mod \
 		xhtml-basic10.dtd \
 		xml1.dcl
 
-PLIST_FILES+=	%%DATADIR%%/catalog.xml \
-		"@xmlcatmgr %%DATADIR%%/catalog.xml"
+PLIST_FILES+=	"@xmlcatmgr %%DATADIR%%/catalog.xml"
 
 PORTDOCS=	Overview.html \
 		W3C-REC.css \


More information about the svn-ports-all mailing list