diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 55095d988e7..8fc7db9b4fe 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2001/12/23 21:17:50 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.37 2001/12/24 06:56:52 pvalchev Exp $ COMMENT= "list information about open files" @@ -11,6 +11,8 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ ftp://ftp.crc.doc.ca/packages/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ +HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/ + MAINTAINER= Peter Valchev PERMIT_PACKAGE_CDROM= Yes diff --git a/sysutils/lsof/pkg/DESCR b/sysutils/lsof/pkg/DESCR index a81b7178b45..ff8ef9fd0d9 100644 --- a/sysutils/lsof/pkg/DESCR +++ b/sysutils/lsof/pkg/DESCR @@ -3,3 +3,5 @@ running processes. An open file may be a regular file, a directory, a block special file, a character special file, an executing text reference, a library, a stream or a network file (Internet socket, NFS file or Unix domain socket). + +WWW: ${HOMEPAGE}