diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /graphics/jpeg | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
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 |