diff options
author | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
commit | 1a921119dd7800c8643b301cf01c02647fdd018d (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/emixer | |
parent | 735eb74eec9be0d73eb9d78dfa7ca9af58c0ab53 (diff) | |
download | pkgsrc-1a921119dd7800c8643b301cf01c02647fdd018d.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 |