diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/gtop | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/gtop')
-rw-r--r-- | sysutils/gtop/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gtop/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 3c2ad5da699..190bc699d49 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2001/02/13 11:47:05 tron Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/17 17:42:14 wiz Exp $ DISTNAME= gtop-1.0.9 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtop/} MAINTAINER= tron@netbsd.org +COMMENT= GNOME system monitor - top like, memory graphs, processes detailed view BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake diff --git a/sysutils/gtop/pkg/COMMENT b/sysutils/gtop/pkg/COMMENT deleted file mode 100644 index bec1a24a4ca..00000000000 --- a/sysutils/gtop/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GNOME system monitor - top like, memory graphs, processes detailed view |