aboutsummaryrefslogtreecommitdiff
path: root/print/latex-feynmf/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2006-04-25 15:14:13 +0000
committerHiroki Sato <hrs@FreeBSD.org>2006-04-25 15:14:13 +0000
commit6740060dcf1b94a92aca59563d211bb3a8ac524b (patch)
treebb3c1093377d454331575b6c34df289fb6d824f6 /print/latex-feynmf/Makefile
parent54858b5cf1b6107037d58102f0fd98262cc1e236 (diff)
- Use TEXMFDIR instead of TEXMFLOCAL.
- manual.ps.gz has been replaced with manual.ps in the original distribution[*]. - Bump PORTREVISION. Spotted by: pointyhat[*]
Notes
Notes: svn path=/head/; revision=160440
Diffstat (limited to 'print/latex-feynmf/Makefile')
-rw-r--r--print/latex-feynmf/Makefile23
1 files changed, 10 insertions, 13 deletions
diff --git a/print/latex-feynmf/Makefile b/print/latex-feynmf/Makefile
index 38918d3a9c91..7b38095eaf84 100644
--- a/print/latex-feynmf/Makefile
+++ b/print/latex-feynmf/Makefile
@@ -6,7 +6,7 @@
PORTNAME= latex-feynmf
PORTVERSION= 1.08.19961202
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= macros/latex/contrib/feynmf
@@ -19,24 +19,21 @@ EXTRACT_ONLY= #empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= A LaTeX package for drawing of Feynman diagrams
-BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \
- ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
- ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base
-PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \
+PLIST_SUB= TEXMFDIR=${TEXMFDIR} MKTEXLSR=${MKTEXLSR} \
CLASSDIR=${CLASSDIR} FONTDIR=${FONTDIR} MPDIR=${MPDIR}
-TEXMFLOCAL= share/texmf-local
-TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
+TEXMFDIR= share/texmf
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
TEX_BIN= ${LOCALBASE}/bin/etex
-CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
-FONTDIR= ${TEXMFLOCAL}/fonts/source/public/${PORTNAME:S/^latex-//}
-MPDIR= ${TEXMFLOCAL}/metapost/${PORTNAME:S/^latex-//}
+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 \
- Tutorial manual.ps.gz template.tex
+ Tutorial manual.ps template.tex
CLASS_FILES= feynmf.dtx feynmf.ins feynmf209.ins \
feynmf.sty feynmp.sty
@@ -68,6 +65,6 @@ do-install:
.endif
post-install:
- ${MKTEXLSR}
+ ${MKTEXLSR} ${PREFIX}/${TEXMFDIR}
.include <bsd.port.mk>