ports/101449: [patch] dns/bind9

Gabor Kovesdan gabor at FreeBSD.org
Sat Aug 5 23:00:31 UTC 2006


>Number:         101449
>Category:       ports
>Synopsis:       [patch] dns/bind9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 05 23:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Respect DESTDIR

>How-To-Repeat:
>Fix:

--- dns-bind9.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/dns/bind9/Makefile,v
retrieving revision 1.69
diff -u -r1.69 Makefile
--- Makefile	28 Dec 2005 01:07:22 -0000	1.69
+++ Makefile	5 Aug 2006 20:23:14 -0000
@@ -125,7 +125,7 @@
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \
-		${BIND_DESTETC}/rndc.conf.sample
+		${DESTDIR}${BIND_DESTETC}/rndc.conf.sample
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc
 	${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm
--- dns-bind9.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list