diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | 7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch) | |
tree | 50458c593c017954928a3a698c0a8f4fa0143954 /graphics/jpeg | |
parent | 94105bca125e0ac414db212cb79fae3d10e52321 (diff) | |
download | ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.tar.gz ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.zip |
Notes
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index a834f0edb7f6..383ad776e092 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -3,14 +3,16 @@ # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.4 1995/01/28 07:26:11 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:45:51 jkh Exp $ # DISTNAME= jpegsrc.v5a PKGNAME= jpeg-5a -GNU_CONFIGURE= yes -MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ ftp://ftp.netcom.com/pub/tgl/uunet/ CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \ + ftp://ftp.netcom.com/pub/tgl/uunet/ + WRKSRC= ${WRKDIR}/jpeg-5a +GNU_CONFIGURE= yes .include <bsd.port.mk> |