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/xamp | |
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/xamp')
-rw-r--r-- | audio/xamp/Makefile | 3 | ||||
-rw-r--r-- | audio/xamp/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile index 232426b794d..453e74daab4 100644 --- a/audio/xamp/Makefile +++ b/audio/xamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/18 11:22:42 rh Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 13:30:52 wiz Exp $ # FreeBSD: ports/audio/xamp/Makefile,v 1.5 1999/08/25 04:36:22 obrien Exp # @@ -13,6 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SKIN_DATA} MAINTAINER= rxg@ms25.url.com.tw HOMEPAGE= http://andrej.co.ru/~andrej/programs/xamp/ +COMMENT= Version of amp (stands for `Audio Mpeg Player') plus a Qt GUI DEPENDS+= qt1-1.44:../../x11/qt1 diff --git a/audio/xamp/pkg/COMMENT b/audio/xamp/pkg/COMMENT deleted file mode 100644 index 053d89af548..00000000000 --- a/audio/xamp/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Version of amp (stands for `Audio Mpeg Player') plus a Qt GUI |