diff options
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 9c0804f03534..fb665be09952 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: bro -# Version required: 0.0 # Date created: Sat Feb 28, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= vp-bro-0.5-alpha -PKGNAME= bro-0.5a +PORTNAME= bro +PORTVERSION= 0.5a CATEGORIES= security net #MASTER_SITES= ftp://ee.lbl.gov/ #see http://www-nrg.ee.lbl.gov/bro-info.html +DISTNAME= vp-bro-0.5-alpha MAINTAINER= obrien@FreeBSD.org |