diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
commit | f7bb9e20782489fc6e22bb6c35c26051cb1d8c33 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/emixer | |
parent | 086f7dc00aa3fa9b201867614918f313f51535e9 (diff) | |
download | pkgsrc-f7bb9e20782489fc6e22bb6c35c26051cb1d8c33.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'audio/emixer')
-rw-r--r-- | audio/emixer/Makefile | 3 | ||||
-rw-r--r-- | audio/emixer/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index 2f2c54d8fe9..f6ecbea7c29 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/01/07 03:10:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:35 wiz Exp $ # DISTNAME= emixer-0.05.5 @@ -8,6 +8,7 @@ MASTER_SITES= http://emixer.linuxbox.com/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://emixer.linuxbox.com/ +COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them DEPENDS+= mpg123-0.59*:../../audio/mpg123 diff --git a/audio/emixer/pkg/COMMENT b/audio/emixer/pkg/COMMENT deleted file mode 100644 index 381d932afd8..00000000000 --- a/audio/emixer/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -mpg123-frontend that can mix two mp3 streams, and fade between them |