diff options
author | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-20 11:56:17 +0000 |
commit | b1d787247cefeabd6c41c0e5c535f9cec8c8d240 (patch) | |
tree | 4ab8a64259cb0ec91bf7aeb5740c08fc47ec29ae /audio/cam | |
parent | 76375ce5dd3bfaecec6f0fead39f29f2c5a45577 (diff) | |
download | pkgsrc-b1d787247cefeabd6c41c0e5c535f9cec8c8d240.tar.gz |
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
Diffstat (limited to 'audio/cam')
-rw-r--r-- | audio/cam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile index 1a33350ff48..30bc10793d4 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:09 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:19 frueauf Exp $ # DISTNAME= cam-1.02 @@ -7,8 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers EXTRACT_SUFX= .tgz -# FreeBSD maintainer -MAINTAINER= erich@FreeBSD.org +MAINTAINER= packages@netbsd.org BUILD_DEPENDS= ${PREFIX}/lib/libncurses.a:${PORTSDIR}/devel/ncurses |