summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 07:09:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 07:09:55 +0000
commit7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch)
tree50458c593c017954928a3a698c0a8f4fa0143954 /graphics/jpeg
parentAnother 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')
-rw-r--r--graphics/jpeg/Makefile8
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>