diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-02 23:04:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-02 23:04:34 +0800 |
commit | f70696500da13f6f96aff9c981f58234b11eef5d (patch) | |
tree | d67c36d80277146753a9b3cd08146ddfd6e86efd /dns | |
parent | 1bb1d41f3d1f7b9248615c3e4181d0c0b9737a62 (diff) | |
download | freebsd-ports-gnome-f70696500da13f6f96aff9c981f58234b11eef5d.tar.gz freebsd-ports-gnome-f70696500da13f6f96aff9c981f58234b11eef5d.tar.zst freebsd-ports-gnome-f70696500da13f6f96aff9c981f58234b11eef5d.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')
-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} |