Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 15:04:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346769 - head/dns/djbdns
Message-ID:  <201403021504.s22F4Zci021274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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