diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/xps | |
parent | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (diff) | |
download | pkgsrc-ab333ab34b7be497ea3cb1ba4c8e4deb708b850c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/xps')
-rw-r--r-- | sysutils/xps/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xps/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index 505ebd3cd7f..3010b3963b3 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/09/05 09:33:16 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/17 17:42:23 wiz Exp $ DISTNAME= xps-3.14 CATEGORIES= sysutils @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ +COMMENT= displays the Unix process list as a hierarchical tree BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base diff --git a/sysutils/xps/pkg/COMMENT b/sysutils/xps/pkg/COMMENT deleted file mode 100644 index 03362316077..00000000000 --- a/sysutils/xps/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -displays the Unix process list as a hierarchical tree |