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/splay | |
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/splay')
-rw-r--r-- | audio/splay/Makefile | 3 | ||||
-rw-r--r-- | audio/splay/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 9376e918757..7c70d5d01be 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/11 20:01:33 dent Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 13:30:50 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp # @@ -14,6 +14,7 @@ MASTER_SITES= http://my.netian.com/~polarb/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://splay.sourceforge.net/ +COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files # endian and alignment issues NOT_FOR_PLATFORM= *-*-sparc *-*-m68k *-*-macppc *-*-sparc64 diff --git a/audio/splay/pkg/COMMENT b/audio/splay/pkg/COMMENT deleted file mode 100644 index 289fb9f80e3..00000000000 --- a/audio/splay/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Audio player/decoder that decodes MPEG Layer I,II,III and WAV files |