diff options
author | gabor <gabor@FreeBSD.org> | 2009-05-21 06:56:05 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-05-21 06:56:05 +0800 |
commit | 852454100099201b829d8813ec98c67ccc3654c1 (patch) | |
tree | da86186224d466e6161885e5f5a38bed88eca8c9 /textproc/docbook-450 | |
parent | 9362c8d7601b58f70eafc6d62f7dd6d2d467880e (diff) | |
download | freebsd-ports-gnome-852454100099201b829d8813ec98c67ccc3654c1.tar.gz freebsd-ports-gnome-852454100099201b829d8813ec98c67ccc3654c1.tar.zst freebsd-ports-gnome-852454100099201b829d8813ec98c67ccc3654c1.zip |
- Fix duplicate LATEST_LINKS
Reported by: pav
Diffstat (limited to 'textproc/docbook-450')
-rw-r--r-- | textproc/docbook-450/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/docbook-450/Makefile b/textproc/docbook-450/Makefile index 3c5bda408fa9..8de3dd45d200 100644 --- a/textproc/docbook-450/Makefile +++ b/textproc/docbook-450/Makefile @@ -41,6 +41,8 @@ DTD_FILES= calstblx.dtd catalog.xml dbcentx.mod dbgenent.mod \ docbook.dtd docbookx.dtd htmltblx.mod soextblx.dtd catalog DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION} +LATEST_LINK= docbook-450 + post-extract: ${CP} ${WRKSRC}/docbook.cat ${WRKSRC}/catalog |