diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 01:43:27 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 01:43:27 +0800 |
commit | e1cb3b3b5cf02061b4aa9c7c7896930a54f36a3d (patch) | |
tree | 63e68966d9ada46900c0cac05edace86251c7ca1 /security/rid | |
parent | 1d610ab30784ba760db32651ca871494e75d78cd (diff) | |
download | freebsd-ports-gnome-e1cb3b3b5cf02061b4aa9c7c7896930a54f36a3d.tar.gz freebsd-ports-gnome-e1cb3b3b5cf02061b4aa9c7c7896930a54f36a3d.tar.zst freebsd-ports-gnome-e1cb3b3b5cf02061b4aa9c7c7896930a54f36a3d.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 |