ports/60785: [non maintainer update] dns/walker: update to 3.2

Vincent Tantardini vinc at freebsd-fr.org
Fri Jan 2 20:00:34 UTC 2004


The following reply was made to PR ports/60785; it has been noted by GNATS.

From: Vincent Tantardini <vinc at freebsd-fr.org>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/60785: [non maintainer update] dns/walker: update to 3.2
Date: Fri, 02 Jan 2004 20:57:53 +0100

 Two smalls problems, I just fix. Here is the diff for the Makefile:
 
 --- Makefile.orig       Fri Jan  2 20:54:28 2004
 +++ Makefile    Fri Jan  2 20:53:27 2004
 @@ -14,8 +14,7 @@
   MAINTAINER=    ports at FreeBSD.org
   COMMENT=       Recover zone file information from servers that use DNSSEC
 
 -RUN_DEPENDS=   ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind9 \
 -               ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
 +RUN_DEPENDS=   ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
                  ${SITE_PERL}/Net/DNS/SEC.pm:${PORTSDIR}/dns/p5-Net-DNS-SEC
 
   NO_BUILD=      yes
 @@ -24,6 +23,7 @@
 
   do-install:
          @${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin
 +       @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
   .if !defined(NOPORTDOCS)
          ${MKDIR} ${DOCSDIR}
          ${INSTALL_DATA} ${WRKSRC}/index.html ${DOCSDIR}



More information about the freebsd-ports-bugs mailing list