diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-10 17:33:17 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-10 17:33:17 +0000 |
commit | c12c9bc2fed0c78c4cb8ea628dba1b639170a965 (patch) | |
tree | 0206d068e7c7ab6d59ecd486551013ab09dce469 /print/latex-pgf | |
parent | e38510b0f64ac2bda90667e3e7bfb991ef5d9a8c (diff) |
Notes
Diffstat (limited to 'print/latex-pgf')
-rw-r--r-- | print/latex-pgf/Makefile | 2 | ||||
-rw-r--r-- | print/latex-pgf/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile index 71136f59609c..03329e017c6c 100644 --- a/print/latex-pgf/Makefile +++ b/print/latex-pgf/Makefile @@ -39,6 +39,8 @@ DOC_FILES= AUTHORS ChangeLog FILES INSTALL README TODO \ pgf-tu-logo.mask.jpg \ pgfuserguide.pdf pgfuserguide.tex +IGNORE= is already included in the teTeX distribution + do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} diff --git a/print/latex-pgf/pkg-plist b/print/latex-pgf/pkg-plist index aa840d53e798..a19b288078f7 100644 --- a/print/latex-pgf/pkg-plist +++ b/print/latex-pgf/pkg-plist @@ -22,6 +22,5 @@ %%CLASSDIR%%/pgfnodes.sty %%CLASSDIR%%/pgfshade.sty %%CLASSDIR%%/xxcolor.sty -@dirrm %%CLASSDIR%% @exec %%MKTEXLSR%% @unexec %%MKTEXLSR%% |