diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-23 00:01:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-23 00:01:02 +0000 |
commit | 94165779dcd92042e628c27cb3fb366c1867de69 (patch) | |
tree | 936d363d808a4c02a28807137fbc38c17d15ca48 /textproc/tei-p3 | |
parent | - Utilize LATEST_LINK (diff) |
- Utilize LATEST_LINK
PR: ports/63228
Submitted by: maintainer
Diffstat (limited to 'textproc/tei-p3')
-rw-r--r-- | textproc/tei-p3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/tei-p3/Makefile b/textproc/tei-p3/Makefile index 24906c37c8d6..ddcf0bada9d6 100644 --- a/textproc/tei-p3/Makefile +++ b/textproc/tei-p3/Makefile @@ -17,6 +17,7 @@ COMMENT= DTD of the Text Encoding Initiative RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +LATEST_LINK= tei-p3 NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= XMLCATMGR=${XMLCATMGR} \ @@ -36,6 +37,6 @@ do-install: @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR} post-install: - ${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${DTDDIR}/catalog + ${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${DTDDIR}/catalog .include <bsd.port.mk> |