diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 20:27:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 20:27:12 +0000 |
commit | 9ab34309b608c4e5c7b03539b63b5a8b2ed2bb89 (patch) | |
tree | 0313f25ade8febbe9e10f2d02767a488b02d4f27 /print/latex-index | |
parent | 593f18f26f037e6495732cf883ddc14507b7cb85 (diff) |
Notes
Diffstat (limited to 'print/latex-index')
-rw-r--r-- | print/latex-index/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/latex-index/Makefile b/print/latex-index/Makefile index 6280f45500c7..59358a1dfae2 100644 --- a/print/latex-index/Makefile +++ b/print/latex-index/Makefile @@ -42,6 +42,8 @@ CLASS_ADD_FILES= index.sty sample.tex DOC_FILES= README TODO index.pdf IGNORE= is already included in the teTeX distribution +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-12-01 do-extract: ${MKDIR} ${WRKSRC} |