aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/latex-beamer/Makefile3
-rw-r--r--print/latex-pgf/Makefile2
-rw-r--r--print/latex-pgf/pkg-plist1
-rw-r--r--print/latex-xcolor/Makefile2
-rw-r--r--print/latex-xcolor/pkg-plist1
5 files changed, 6 insertions, 3 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} && ( \
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%%
diff --git a/print/latex-xcolor/Makefile b/print/latex-xcolor/Makefile
index 91d6d4cf3455..97408048968c 100644
--- a/print/latex-xcolor/Makefile
+++ b/print/latex-xcolor/Makefile
@@ -30,6 +30,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//}
CLASS_FILES= xcolor.dtx xcolor.ins xcolor.sty
+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-xcolor/pkg-plist b/print/latex-xcolor/pkg-plist
index 10dbea8bc221..0819f884225c 100644
--- a/print/latex-xcolor/pkg-plist
+++ b/print/latex-xcolor/pkg-plist
@@ -2,6 +2,5 @@
%%CLASSDIR%%/xcolor.dtx
%%CLASSDIR%%/xcolor.ins
%%CLASSDIR%%/xcolor.sty
-@dirrm %%CLASSDIR%%
@exec %%MKTEXLSR%%
@unexec %%MKTEXLSR%%