remove HOMEPAGE and update MASTER_SITES.

Pointed out by Xavier Santolaria <xavier@santolaria.net>
This commit is contained in:
kevlo 2003-08-14 02:51:59 +00:00
parent f6b1011110
commit c6084d91b3
2 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2002/10/28 17:35:02 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2003/08/14 02:51:59 kevlo Exp $
COMMENT= "port scan detection and active defense"
DISTNAME= portsentry-1.1
CATEGORIES= security
HOMEPAGE= http://www.psionic.com/abacus/portsentry
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
@ -14,7 +12,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.psionic.com/tools/
MASTER_SITES= http://packetstormsecurity.nl/UNIX/IDS/
ALL_TARGET= openbsd
NO_REGRESS= Yes

View File

@ -3,5 +3,3 @@ It is a program designed to detect and respond to port scans against
a target host in real-time. There are other port scan detectors that
perform similar detection of scans, but PortSentry has some unique
features that may make it worth looking into
WWW: ${HOMEPAGE}