diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 00:35:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 00:35:50 +0000 |
commit | a863114e5b47a7f487f6f7688a34ec86c6c3c907 (patch) | |
tree | 4328f27e9d7d2defdaecc85fac73b0d474ee6374 /textproc | |
parent | 5fe17006b42537f94efe2f64dbc5672dbdb6a024 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 7da08d017708..9c7c0d98b60f 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -2,7 +2,7 @@ PORTNAME= xmlcatmgr PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF @@ -26,6 +26,7 @@ SUB_LIST= XMLCATMGR=${XMLCATMGR} \ CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} \ CATALOG_PORTS_XML=${CATALOG_PORTS_XML} PLIST_FILES= bin/xmlcatmgr man/man1/xmlcatmgr.1.gz +PLIST_DIRS= share/xml share/sgml PORTDOCS= AUTHORS COPYING NEWS README TODO XMLCATMGR?= ${PREFIX}/bin/xmlcatmgr |