diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-06 14:07:47 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-06 14:07:47 +0000 |
commit | 74ad514879f76cfc378c2a8738b4dac0e2425e80 (patch) | |
tree | d6fc3ad78be6156c07d1085d4a2f7c8d6dc22a09 /print/latex-bytefield/Makefile | |
parent | 8e5e26ef0c1e78b1df83fa1199135411fbebc963 (diff) | |
download | ports-74ad514879f76cfc378c2a8738b4dac0e2425e80.tar.gz ports-74ad514879f76cfc378c2a8738b4dac0e2425e80.zip |
Notes
Diffstat (limited to 'print/latex-bytefield/Makefile')
-rw-r--r-- | print/latex-bytefield/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/latex-bytefield/Makefile b/print/latex-bytefield/Makefile index c30a905a1b87..436df19513ed 100644 --- a/print/latex-bytefield/Makefile +++ b/print/latex-bytefield/Makefile @@ -6,7 +6,7 @@ PORTNAME= latex-bytefield PORTVERSION= 1.2.20040614 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/bytefield @@ -28,7 +28,7 @@ USE_GMAKE= YES TEXMFLOCAL= share/texmf-local TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr -TEX_BIN= ${LOCALBASE}/bin/tex +TEX_BIN= ${LOCALBASE}/bin/etex CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} |