summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
commitac3066bf75f468401e4a8243ba4ea731c187b370 (patch)
treee3a493de948df0105f48151974dbe8794e55fc20 /graphics/jpeg
parentBy default, KEYWORDS is a copy of CATEGORIES. (diff)
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes: svn path=/head/; revision=1267
Diffstat (limited to 'graphics/jpeg')
-rw-r--r--graphics/jpeg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 25f821209796..a834f0edb7f6 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -3,13 +3,14 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.3 1994/12/29 20:16:17 jkh Exp $
+# $Id: Makefile,v 1.4 1995/01/28 07:26:11 asami 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
WRKSRC= ${WRKDIR}/jpeg-5a
.include <bsd.port.mk>