mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Correct catalog registration when installed from package
Reported by: pointyhat
This commit is contained in:
parent
271fc91ff5
commit
f3c41cec5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187721
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue