diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /graphics/jpeg-mmx/Makefile | |
parent | By 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-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 25f821209796..a834f0edb7f6 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/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> |