add homepage

This commit is contained in:
pvalchev 2001-12-24 06:56:52 +00:00
parent b48f9d6448
commit 8f715f9467
2 changed files with 5 additions and 1 deletions

View File

@ -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 <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes

View File

@ -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}