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/nas | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Notes
Notes:
svn path=/head/; revision=4497
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index dc65ca72aa0c..2a4c3c620e2a 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,14 +3,16 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1995/10/04 10:31:58 asami Exp $ +# $Id: Makefile,v 1.5 1996/10/03 13:42:48 adam Exp $ # DISTNAME= nas-1.2p5 PKGNAME= nas-1.2.5 -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ +MAINTAINER= jkh@FreeBSD.org + USE_IMAKE= yes ALL_TARGET= World # no need to "xmkmf -a" and create the Makefiles twice -- see above |