diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 17:43:27 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 17:43:27 +0000 |
commit | 97745b01c30161e8d5e16819df96b2ec5e61ab50 (patch) | |
tree | 130afefa1792135606992973baff8839132fe4cc | |
parent | Make compile on -current (diff) |
Add a mirror
Make DISTFILES take version number from PORTVERSION
PR: 41951
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=65435
-rw-r--r-- | security/rid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |