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-mmx/Makefile | |
parent | Another round of Makefile updates, editors version. (diff) |
Yet another round of Makefile updates, graphics version.
Notes
Notes:
svn path=/head/; revision=1309
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index a834f0edb7f6..383ad776e092 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/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> |