diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 5026fd7217d..b2643bc847b 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/12/05 20:49:49 rillig Exp $ +# $NetBSD: Makefile,v 1.35 2005/12/17 05:20:21 jlam Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= audio sysutils MASTER_SITES= ftp://ftp.opensound.com/pub/oss/netbsd/ -MAINTAINER= jlam@NetBSD.org +MAINTAINER= jlam@pkgsrc.org HOMEPAGE= http://www.opensound.com/oss.html COMMENT= Open Sound System(TM) soundcard driver |