diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/nbaudit | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) |
Notes
Diffstat (limited to 'security/nbaudit')
-rw-r--r-- | security/nbaudit/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index e3f9ad312327..0cddf584021b 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nat/nbaudit -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= nbaudit PORTVERSION= 1.0 @@ -21,6 +16,7 @@ COMMENT= NetBIOS Auditing Tool / Security Kit WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= nat.1 nbaudit.1 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/nat ${PREFIX}/bin @${LN} -f ${PREFIX}/bin/nat ${PREFIX}/bin/nbaudit |