diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-06 22:07:47 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-06 22:07:47 +0800 |
commit | 264dc771e270f307ea02eb9aec680216afbad06e (patch) | |
tree | af783860a62a3409c2840dc0d275f2b751d79c3e /print/latex-bibtopic | |
parent | da095823c2e247f2fab7a374aaa4f76b077c1144 (diff) | |
download | freebsd-ports-gnome-264dc771e270f307ea02eb9aec680216afbad06e.tar.gz freebsd-ports-gnome-264dc771e270f307ea02eb9aec680216afbad06e.tar.zst freebsd-ports-gnome-264dc771e270f307ea02eb9aec680216afbad06e.zip |
Add teTeX-3.0 support and mark IGNORE in ones which are already included
in the new teTeX distribution.
Diffstat (limited to 'print/latex-bibtopic')
-rw-r--r-- | print/latex-bibtopic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/latex-bibtopic/Makefile b/print/latex-bibtopic/Makefile index 7871ce3dc21c..73738c65df54 100644 --- a/print/latex-bibtopic/Makefile +++ b/print/latex-bibtopic/Makefile @@ -34,6 +34,8 @@ CLASS_FILES= bibtopic.sty bibtopic.ins bibtopic.dtx DOC_FILES= README bibtopic.pdf +IGNORE= is already included in the teTeX distribution + do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} |