diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /security/bro | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
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 9c0804f..fb665be 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 |