diff options
author | hrs <hrs@FreeBSD.org> | 2004-11-16 04:38:09 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-11-16 04:38:09 +0800 |
commit | 2223cc8aff61f9a38eee6b25ecddcc58dbfe99c6 (patch) | |
tree | 138121e14a6f1bd7ee2ab8549ce0ed2989062088 /print/latex-caption/Makefile | |
parent | bf0a889398aaf7a1cd3e9ab24c77f8669fdb36c5 (diff) | |
download | freebsd-ports-graphics-2223cc8aff61f9a38eee6b25ecddcc58dbfe99c6.tar.gz freebsd-ports-graphics-2223cc8aff61f9a38eee6b25ecddcc58dbfe99c6.tar.zst freebsd-ports-graphics-2223cc8aff61f9a38eee6b25ecddcc58dbfe99c6.zip |
Update to 3.0.20040716.
Diffstat (limited to 'print/latex-caption/Makefile')
-rw-r--r-- | print/latex-caption/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/latex-caption/Makefile b/print/latex-caption/Makefile index fcb6f4bae5d..74c92e44ab6 100644 --- a/print/latex-caption/Makefile +++ b/print/latex-caption/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ PORTNAME= latex-caption -PORTVERSION= 3.0.20040123 +PORTVERSION= 3.0.20040716 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/caption -DISTFILES= caption.dtx caption2.dtx caption.ins caption.xml +DISTFILES= caption.dtx caption2.dtx caption.ins ${DOC_FILES} DIST_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org @@ -34,7 +35,7 @@ CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} CLASS_FILES= caption.dtx caption.sty caption.ins caption2.dtx caption2.sty -DOC_FILES= manual.tex caption.xml +DOC_FILES= anleitung.pdf anleitung.tex caption.pdf caption2.pdf caption.xml do-extract: ${MKDIR} ${WRKSRC} |