diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | b34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch) | |
tree | 0775433a62b67c99f1df778999f61e01e23e2907 /audio/s3mod | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Notes
Notes:
svn path=/head/; revision=4497
Diffstat (limited to 'audio/s3mod')
-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 6c76bcdbf930..d414d543944e 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> |