diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-02 01:43:27 +0800 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-02 01:43:27 +0800 |
commit | 97745b01c30161e8d5e16819df96b2ec5e61ab50 (patch) | |
tree | 130afefa1792135606992973baff8839132fe4cc /security/rid | |
parent | 22b385e041a6dd9ee93cad3fb3f0af10063415c9 (diff) | |
download | freebsd-ports-gnome-97745b01c30161e8d5e16819df96b2ec5e61ab50.tar.gz freebsd-ports-gnome-97745b01c30161e8d5e16819df96b2ec5e61ab50.tar.zst freebsd-ports-gnome-97745b01c30161e8d5e16819df96b2ec5e61ab50.zip |
Add a mirror
Make DISTFILES take version number from PORTVERSION
PR: 41951
Submitted by: maintainer
Diffstat (limited to 'security/rid')
-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 |