diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-08 22:37:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-08 22:37:29 +0000 |
commit | ff5f4bfc1dce444694b878e3e1a4cb632d0b3e8a (patch) | |
tree | d6300d9e241940217a2036a5f2a06290732fd287 /textproc/tei-p4 | |
parent | f3bad1ca0047032e7dd987a671ca9136d42a7e28 (diff) |
Notes
Diffstat (limited to 'textproc/tei-p4')
-rw-r--r-- | textproc/tei-p4/Makefile | 8 | ||||
-rw-r--r-- | textproc/tei-p4/distinfo | 4 | ||||
-rw-r--r-- | textproc/tei-p4/pkg-plist | 5 |
3 files changed, 7 insertions, 10 deletions
diff --git a/textproc/tei-p4/Makefile b/textproc/tei-p4/Makefile index a35cf77b2835..f7d0d6467b12 100644 --- a/textproc/tei-p4/Makefile +++ b/textproc/tei-p4/Makefile @@ -7,7 +7,7 @@ PORTNAME= tei PORTVERSION= p4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/P4X/DTD/ DISTNAME= dtd @@ -17,16 +17,14 @@ COMMENT= DTD of the Text Encoding Initiative RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr -BROKEN= Size mismatch - LATEST_LINK= tei-p4 USE_ZIP= yes NO_BUILD= yes -NO_WRKSUBDIR= yes PLIST_SUB= XMLCATMGR=${XMLCATMGR} \ DTDDIR=${DTDDIR} \ CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} \ - CATALOG_PORTS_XML=${CATALOG_PORTS_XML} + CATALOG_PORTS_XML=${CATALOG_PORTS_XML} \ + SGMLDIR=${SGMLDIR} DTD= dtd.zip SGMLDIR= ${PREFIX}/share/sgml diff --git a/textproc/tei-p4/distinfo b/textproc/tei-p4/distinfo index aa716421ac7c..7bd71182ca83 100644 --- a/textproc/tei-p4/distinfo +++ b/textproc/tei-p4/distinfo @@ -1,2 +1,2 @@ -MD5 (dtd.zip) = 87c729c401a59ed301da50530cb375fd -SIZE (dtd.zip) = 77700 +MD5 (dtd.zip) = 80064d55b2c9b703e1ef832d87a5a90e +SIZE (dtd.zip) = 73194 diff --git a/textproc/tei-p4/pkg-plist b/textproc/tei-p4/pkg-plist index f56c7e827694..779f44c0b349 100644 --- a/textproc/tei-p4/pkg-plist +++ b/textproc/tei-p4/pkg-plist @@ -1,5 +1,5 @@ -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTDDIR%%/catalog -@unexec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% remove %%DTDDIR%%/catalog.xml +@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%SGMLDIR%%/%%DTDDIR%%/catalog +@unexec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% remove %%SGMLDIR%%/%%DTDDIR%%/catalog.xml share/sgml/tei/p4/dummy.dtd share/sgml/tei/p4/catalog.xml share/sgml/tei/p4/tei2.dtd @@ -52,7 +52,6 @@ share/sgml/tei/p4/teixlite.dec share/sgml/tei/p4/teilitex.ent share/sgml/tei/p4/teilitex.dtd share/sgml/tei/p4/teilite.dec -share/sgml/tei/p4/teilitex.dec share/sgml/tei/p4/catalog @exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/catalog @dirrm share/sgml/tei/p4/ |