diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | 0ce7ebb084c1d8962e92e21224fb74e81359b93a (patch) | |
tree | 4215c55125e4b719604594aed1b3abd5ca580b32 /audio/s3mod/Makefile | |
parent | 7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb (diff) | |
download | FreeBSD-ports-0ce7ebb084c1d8962e92e21224fb74e81359b93a.zip FreeBSD-ports-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.gz |
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Diffstat (limited to 'audio/s3mod/Makefile')
-rw-r--r-- | audio/s3mod/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index 6c76bcd..d414d54 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -3,15 +3,17 @@ # Date created: 9 March 1995 # Whom: ugen # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/11 19:46:50 asami Exp $ # DISTNAME= s3mod-v1.08A PKGNAME= s3mod-1.08a -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ DISTFILES= s3mod-v1.08A.tar.gz +MAINTAINER= ugen@FreeBSD.org + INSTALL_TARGET= install .include <bsd.port.mk> |