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-beamer | |
parent | e38510b0f64ac2bda90667e3e7bfb991ef5d9a8c (diff) |
Notes
Diffstat (limited to 'print/latex-beamer')
-rw-r--r-- | print/latex-beamer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-beamer/Makefile b/print/latex-beamer/Makefile index 12e7456ec88a..9a19781f6264 100644 --- a/print/latex-beamer/Makefile +++ b/print/latex-beamer/Makefile @@ -33,6 +33,8 @@ CLASS_SUBDIRS= base emulation emacs examples extensions lyx themes DOC_SUBDIRS= AUTHORS ChangeLog FILES INSTALL README TODO \ doc solutions +IGNORE= is already included in the teTeX distribution + pre-install: ${RM} -f ${PLIST} ${TOUCH} ${PLIST} @@ -41,7 +43,6 @@ pre-install: ${SED} -e "s%^%${CLASSDIR:S,^${PREFIX}/,,}/%"; \ ${FIND} ${CLASS_SUBDIRS} -type d | \ ${SORT} -r | ${SED} -e "s,^,@dirrm ${CLASSDIR:S,^${PREFIX}/,,}/,"; \ - ${ECHO_CMD} "@dirrm ${CLASSDIR:S,^${PREFIX}/,,}"; \ ) >> ${PLIST} .if !defined(NOPORTDOCS) cd ${WRKSRC} && ( \ |