Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2004 12:00:33 -0800 (PST)
From:      Vincent Tantardini <vinc@freebsd-fr.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/60785: [non maintainer update] dns/walker: update to 3.2
Message-ID:  <200401022000.i02K0Xsd080022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/60785; it has been noted by GNATS.

From: Vincent Tantardini <vinc@freebsd-fr.org>
To: FreeBSD-gnats-submit@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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401022000.i02K0Xsd080022>