diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-02 23:04:34 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-02 23:04:34 +0800 |
commit | 5725b73e8983f68499b6d2315aa41d2ce4cd01c0 (patch) | |
tree | d67c36d80277146753a9b3cd08146ddfd6e86efd /dns/djbdns | |
parent | 108df40a96a5546864df75cc1cc133b03b639b10 (diff) | |
download | freebsd-ports-gnome-5725b73e8983f68499b6d2315aa41d2ce4cd01c0.tar.gz freebsd-ports-gnome-5725b73e8983f68499b6d2315aa41d2ce4cd01c0.tar.zst freebsd-ports-gnome-5725b73e8983f68499b6d2315aa41d2ce4cd01c0.zip |
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
Diffstat (limited to 'dns/djbdns')
-rw-r--r-- | dns/djbdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 455612b55d5b..d15ef5d243af 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -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}/security/nacl DJBDNS_VER= 1.05 DJBDNS_V6_VER= test23 -ALL_TARGET= it +ALL_TARGET= prog INSTALL_TARGET= setup check .if ${PORT_OPTIONS:MIP6} |