svn commit: r346769 - head/dns/djbdns

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 15:04:35 UTC 2014


Author: bapt
Date: Sun Mar  2 15:04:34 2014
New Revision: 346769
URL: http://svnweb.freebsd.org/changeset/ports/346769
QAT: https://qat.redports.org/buildarchive/r346769/

Log:
  dns/djbdns: Fix *-conf referencing stage directories
  
  Fix all the -conf binary trying to look in the stage directory, by
  enforcing make prog as a build target so they are built during the 'build'
  phase and not the install phase and thus get right prefix and not the staged one

Modified:
  head/dns/djbdns/Makefile

Modified: head/dns/djbdns/Makefile
==============================================================================
--- head/dns/djbdns/Makefile	Sun Mar  2 15:00:49 2014	(r346768)
+++ head/dns/djbdns/Makefile	Sun Mar  2 15:04:34 2014	(r346769)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	djbdns
 PORTVERSION?=	${DJBDNS_VER}
-PORTREVISION?=	17
+PORTREVISION?=	18
 PORTEPOCH?=	1
 CATEGORIES?=	dns
 MASTER_SITES=	http://cr.yp.to/djbdns/ \
@@ -117,7 +117,7 @@ BUILD_DEPENDS+=	nacl-sha256:${PORTSDIR}/
 DJBDNS_VER=	1.05
 DJBDNS_V6_VER=	test23
 
-ALL_TARGET=	it
+ALL_TARGET=	prog
 INSTALL_TARGET=	setup check
 
 .if ${PORT_OPTIONS:MIP6}


More information about the svn-ports-all mailing list