From e1cb3b3b5cf02061b4aa9c7c7896930a54f36a3d Mon Sep 17 00:00:00 2001 From: dwcjr Date: Sun, 1 Sep 2002 17:43:27 +0000 Subject: Add a mirror Make DISTFILES take version number from PORTVERSION PR: 41951 Submitted by: maintainer --- security/rid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/rid') diff --git a/security/rid/Makefile b/security/rid/Makefile index 60c324c6f859..f8f27f8b17cf 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -9,9 +9,9 @@ PORTNAME= rid PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://packetstorm.securify.com/distributed/ \ +MASTER_SITES= http://www.phreak.org/archives/exploits/denial/ \ ftp://ftp.ntua.gr/pub/security/technotronic/denial/ -DISTFILES= ${PORTNAME}-1_0.tgz +DISTFILES= ${PORTNAME}-${PORTVERSION:S/./_/}.tgz MAINTAINER= ports@FreeBSD.org -- cgit