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-mmx | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Notes
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 6997d9f42264..21d8dc1dfa43 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/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 |