diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /print/latex | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 898715f9b109..6b8d52e42613 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -7,8 +7,8 @@ PORTNAME= latex2e PORTVERSION= 99.12 -CATEGORIES= print -MASTER_SITES= ftp://ftp.freesoftware.com/pub/tex/package/ +CATEGORIES= print +MASTER_SITES= ftp://ftp.freesoftware.com/pub/tex/package/ DISTFILES= latex_mf-${PORTVERSION}.tar.gz latex_tfm-${PORTVERSION}.tar.gz \ latex_base-${PORTVERSION}.tar.gz latex_tools-${PORTVERSION}.tar.gz \ latex_graphics-${PORTVERSION}.tar.gz latex_psnfss-${PORTVERSION}.tar.gz |