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 /graphics/jpeg | |
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 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 6997d9f42264..21d8dc1dfa43 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -7,15 +7,15 @@ # PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired # version number) when updating this port. Thank you. -PORTNAME= jpeg +PORTNAME= jpeg PORTVERSION= 6b -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ -DISTNAME= jpegsrc.v${PORTVERSION} +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ +DISTNAME= jpegsrc.v${PORTVERSION} MAINTAINER= jseger@FreeBSD.org -WRKSRC= ${WRKDIR}/jpeg-6b +WRKSRC= ${WRKDIR}/jpeg-6b USE_LIBTOOL= yes INSTALLS_SHLIB= yes |