diff options
author | krion <krion@FreeBSD.org> | 2004-02-23 08:01:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-23 08:01:02 +0800 |
commit | 8ba1f87e10b14d7b509cb50f004b9e9e93c998c0 (patch) | |
tree | 0f67b5a9e4328db46bd5ce3ba3788bed016eda6f | |
parent | d7b12872d0ea518f0e63747d190b6afc6a66a31b (diff) | |
download | freebsd-ports-gnome-8ba1f87e10b14d7b509cb50f004b9e9e93c998c0.tar.gz freebsd-ports-gnome-8ba1f87e10b14d7b509cb50f004b9e9e93c998c0.tar.zst freebsd-ports-gnome-8ba1f87e10b14d7b509cb50f004b9e9e93c998c0.zip |
- Utilize LATEST_LINK
PR: ports/63228
Submitted by: maintainer
-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> |