diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-03-01 18:57:38 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-03-01 18:57:38 +0000 |
commit | 39e9f13d06ccbbb59d9582a6ac51d3bf18190437 (patch) | |
tree | 01b47f3fc58628b17f45b17414072fac1a2868be /print/latex-feynmf/Makefile | |
parent | a8dbdcde9003d50241a0e6cb72342da86142de9e (diff) |
- Fix distinfo. latex-feynmf/feynmf.pl has been updated.
- Use $PORTDOCS.
Spotted by: pointyhat
Notes
Notes:
svn path=/head/; revision=208282
Diffstat (limited to 'print/latex-feynmf/Makefile')
-rw-r--r-- | print/latex-feynmf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/latex-feynmf/Makefile b/print/latex-feynmf/Makefile index 015e38e75e97..dd510b25e7f0 100644 --- a/print/latex-feynmf/Makefile +++ b/print/latex-feynmf/Makefile @@ -6,11 +6,11 @@ PORTNAME= latex-feynmf PORTVERSION= 1.08.19961202 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/feynmf -DISTFILES= ${DOC_FILES} Makefile feynmf.pl \ +DISTFILES= ${PORTDOCS} Makefile feynmf.pl \ feynmf.dtx feynmf.ins feynmf209.ins \ manpics.1 manpics.2 manpics.3 manpics.mp DIST_SUBDIR= ${PORTNAME} @@ -32,7 +32,7 @@ CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME:S/^latex-//} FONTDIR= ${TEXMFDIR}/fonts/source/public/${PORTNAME:S/^latex-//} MPDIR= ${TEXMFDIR}/metapost/${PORTNAME:S/^latex-//} -DOC_FILES= Announce COPYING Feynman.Diagrams README \ +PORTDOCS= Announce COPYING Feynman.Diagrams README \ Tutorial manual.ps template.tex CLASS_FILES= feynmf.dtx feynmf.ins feynmf209.ins \ @@ -61,7 +61,7 @@ do-install: ${INSTALL_SCRIPT} ${SCRIPT_FILES:S@^@${WRKSRC}/@} ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR} .endif post-install: |