diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
commit | 53877c9f645ddedab9a5f167859019ea3a6e8a6f (patch) | |
tree | fc33134c759ae5dde8d5dd09a7b45e70fc8afd53 /audio/xmcd | |
parent | 2aa1428ec175749eedeb8e8e43420e2f545e475f (diff) | |
download | freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.gz freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.zst freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.zip |
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 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 22f55d9beb61..61cdaa4ece49 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,13 +3,14 @@ # Date created: 16 Februar 1995 # Whom: gena # -# $Id: Makefile,v 1.0 1995/02/16 21:44:00 gena Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/17 10:53:05 jkh Exp $ # DISTNAME= xmcd-1.4 DISTFILES= xmcd-1.4.tar.gz MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ +CATEGORIES+= audio USE_IMAKE= yes IS_INTERACTIVE= yes |