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/gmp3info | |
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/gmp3info')
-rw-r--r-- | audio/gmp3info/Makefile | 3 | ||||
-rw-r--r-- | audio/gmp3info/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile index ed51a959e6f..743843ef093 100644 --- a/audio/gmp3info/Makefile +++ b/audio/gmp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/15 09:26:01 tron Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:30:41 wiz Exp $ DISTNAME= mp3info-0.8.2 PKGNAME= g${DISTNAME} @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.ibiblio.org/mp3info/ +COMMENT= Utility to read and modify the ID3 tags of MP3 files DEPENDS+= gtk+>=1.2.0:../../x11/gtk DEPENDS+= ncurses>=5.0:../../devel/ncurses diff --git a/audio/gmp3info/pkg/COMMENT b/audio/gmp3info/pkg/COMMENT deleted file mode 100644 index ff42966adad..00000000000 --- a/audio/gmp3info/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Utility to read and modify the ID3 tags of MP3 files |