diff options
Diffstat (limited to 'dns/dlint/Makefile')
-rw-r--r-- | dns/dlint/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 7d8f9d8a22c1..e669175666fe 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dlint -# Date created: Wed Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= dlint PORTVERSION= 1.4.0 @@ -19,6 +14,7 @@ COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) NO_BUILD= yes MAN8= dlint.8 +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 |