diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/dlint/Makefile | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.tar.gz ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Notes
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 |