1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Mark as IGNORE because this is already included in the teTeX-3.0.

- Fix pkg-plist.
This commit is contained in:
Hiroki Sato 2005-02-10 17:33:17 +00:00
parent e38510b0f6
commit c12c9bc2fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128470
5 changed files with 6 additions and 3 deletions

View File

@ -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} && ( \

View File

@ -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}

View File

@ -22,6 +22,5 @@
%%CLASSDIR%%/pgfnodes.sty
%%CLASSDIR%%/pgfshade.sty
%%CLASSDIR%%/xxcolor.sty
@dirrm %%CLASSDIR%%
@exec %%MKTEXLSR%%
@unexec %%MKTEXLSR%%

View File

@ -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}

View File

@ -2,6 +2,5 @@
%%CLASSDIR%%/xcolor.dtx
%%CLASSDIR%%/xcolor.ins
%%CLASSDIR%%/xcolor.sty
@dirrm %%CLASSDIR%%
@exec %%MKTEXLSR%%
@unexec %%MKTEXLSR%%