diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-16 07:14:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-16 07:14:56 +0800 |
commit | 0ce7ebb084c1d8962e92e21224fb74e81359b93a (patch) | |
tree | 4215c55125e4b719604594aed1b3abd5ca580b32 /audio/rplay | |
parent | 7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb (diff) | |
download | freebsd-ports-gnome-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.gz freebsd-ports-gnome-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.zst freebsd-ports-gnome-0ce7ebb084c1d8962e92e21224fb74e81359b93a.zip |
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index f0a33de9915b..1a66b2a0ebfc 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -3,13 +3,15 @@ # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # -# $Id: Makefile,v 1.4 1995/06/21 11:46:16 asami Exp $ +# $Id: Makefile,v 1.5 1996/10/03 14:13:05 adam Exp $ # DISTNAME= rplay-3.2.0b5 -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ +MAINTAINER= rmallory@csusb.edu + HAS_CONFIGURE= yes USE_GMAKE= yes |