diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/lsof | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lsof/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index e1e4970a106..9d5d33f31b1 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2000/12/06 23:38:41 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2001/02/17 17:42:15 wiz Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # @@ -15,6 +15,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/ +COMMENT= Lists information about open files HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure diff --git a/sysutils/lsof/pkg/COMMENT b/sysutils/lsof/pkg/COMMENT deleted file mode 100644 index 04e8c346acc..00000000000 --- a/sysutils/lsof/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Lists information about open files |