diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/rid | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) | |
download | ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.tar.gz ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip |
Notes
Diffstat (limited to 'security/rid')
-rw-r--r-- | security/rid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile index a7cfaacab43b..f724874a5f6d 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: ddos_scan -# Version required: 0.0 # Date created: Sun Feb 12, 2000 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= rid-1_0 -PKGNAME= rid-1.0 +PORTNAME= rid +PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= http://packetstorm.securify.com/distributed/ \ ftp://ftp.ntua.gr/pub/security/technotronic/denial/ +DISTNAME= ${PORTNAME}-1_0 EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org |