From d6475cb80a666951d938e5d8577e2b09aeed1a98 Mon Sep 17 00:00:00 2001 From: jsyn Date: Mon, 19 Nov 2001 22:43:22 +0000 Subject: [PATCH] - additional MASTER_SITES - NO_REGRESS / distinfo switch --- security/siphon/Makefile | 7 +++++-- security/siphon/{files/md5 => distinfo} | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename security/siphon/{files/md5 => distinfo} (100%) diff --git a/security/siphon/Makefile b/security/siphon/Makefile index 32f65e13a9d..9f7f8ef6a87 100644 --- a/security/siphon/Makefile +++ b/security/siphon/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/21 20:46:59 jsyn Exp $ +# $OpenBSD: Makefile,v 1.4 2001/11/19 22:43:23 jsyn Exp $ COMMENT= "passive network mapping tool" DISTNAME= siphon-v.666 PKGNAME= siphon-0.666 CATEGORIES= security net -NEED_VERSION= 1.425 +NEED_VERSION= 1.499 HOMEPAGE= http://www.gravitino.net/projects/siphon/ @@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.gravitino.net/projects/siphon/ \ + http://siphon.datanerds.net/ \ http://www.packetstormsecurity.org/UNIX/utilities/siphon/ MAKE_FLAGS= CC="${CC}" \ @@ -26,6 +27,8 @@ MAKE_FLAGS= CC="${CC}" \ -DSYSCONFDIR="\"${SYSCONFDIR}\""' MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}" +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/siphon ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/siphon diff --git a/security/siphon/files/md5 b/security/siphon/distinfo similarity index 100% rename from security/siphon/files/md5 rename to security/siphon/distinfo