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/nbaudit | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/nbaudit')
-rw-r--r-- | security/nbaudit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index 0b63a30..b8ea5e2 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: nat/nbaudit -# Version required: 0.0 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= nat10 -PKGNAME= nbaudit-1.0 +PORTNAME= nbaudit +PORTVERSION= 1.0 CATEGORIES= security net MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/ \ ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ +DISTNAME= nat10 MAINTAINER= obrien@FreeBSD.org |