diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-19 14:38:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-19 14:38:19 +0000 |
commit | f3c41cec5f338e1e74005c67d211fd7c4b9f7657 (patch) | |
tree | f64585ec96114b663c17f0857a74d686813a8b7d /textproc | |
parent | 271fc91ff5bbead6eb267cab62488389512d26d2 (diff) | |
download | ports-f3c41cec5f338e1e74005c67d211fd7c4b9f7657.tar.gz ports-f3c41cec5f338e1e74005c67d211fd7c4b9f7657.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tei-p4/Makefile | 2 | ||||
-rw-r--r-- | textproc/tei-p4/pkg-plist | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/tei-p4/Makefile b/textproc/tei-p4/Makefile index f7d0d6467b12..7a8503510991 100644 --- a/textproc/tei-p4/Makefile +++ b/textproc/tei-p4/Makefile @@ -7,7 +7,7 @@ PORTNAME= tei PORTVERSION= p4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/P4X/DTD/ DISTNAME= dtd diff --git a/textproc/tei-p4/pkg-plist b/textproc/tei-p4/pkg-plist index 9513c1df6c1e..8e439407763b 100644 --- a/textproc/tei-p4/pkg-plist +++ b/textproc/tei-p4/pkg-plist @@ -53,6 +53,7 @@ share/sgml/tei/p4/teilitex.ent share/sgml/tei/p4/teilitex.dtd share/sgml/tei/p4/teilite.dec share/sgml/tei/p4/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/catalog -@dirrm share/sgml/tei/p4/ +@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%SGMLDIR%%/%%DTDDIR%%/catalog +@exec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% add nextCatalog %%SGMLDIR%%/%%DTDDIR%%/catalog.xml +@dirrm share/sgml/tei/p4 @dirrmtry share/sgml/tei |