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/bro | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
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 |