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/mpeg-lib/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.
Diffstat (limited to '')
-rw-r--r-- | graphics/mpeg-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile index a94e6a98171c..bedf63b15be4 100644 --- a/graphics/mpeg-lib/Makefile +++ b/graphics/mpeg-lib/Makefile @@ -3,11 +3,12 @@ # Date created: 16 November 1994 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/11/20 16:00:09 torstenb Exp $ # DISTNAME= mpeg_lib-1.1 MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ +CATEGORIES+= graphics WRKSRC= ${WRKDIR}/mpeg_lib pre-install: |