aboutsummaryrefslogtreecommitdiff
path: root/textproc/xhtml-basic
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-01 13:07:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-01 13:07:21 +0000
commitd71861a0b70d6dff1d72eb2667a473432d700a04 (patch)
tree7c6a6f3601403406c126c346f567153fc919ced2 /textproc/xhtml-basic
parentb4155d600362688cce824417d623de4c5058649a (diff)
downloadports-d71861a0b70d6dff1d72eb2667a473432d700a04.tar.gz
ports-d71861a0b70d6dff1d72eb2667a473432d700a04.zip
@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
Notes
Notes: svn path=/head/; revision=417876
Diffstat (limited to 'textproc/xhtml-basic')
-rw-r--r--textproc/xhtml-basic/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xhtml-basic/Makefile b/textproc/xhtml-basic/Makefile
index 034f246ae4f2..d337030c0d44 100644
--- a/textproc/xhtml-basic/Makefile
+++ b/textproc/xhtml-basic/Makefile
@@ -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 \