diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/updatedd/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: dns)
Diffstat (limited to '')
-rw-r--r-- | dns/updatedd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index 2f30f36e2af5..9224050975eb 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -24,6 +24,7 @@ MAN5= updatedd-wrapper.conf.5 EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-disable-portdocs .endif +NO_STAGE= yes post-install: @if [ ! -f ${PREFIX}/etc/updatedd-wrapper.conf ]; then \ ${CP} -p ${PREFIX}/etc/updatedd-wrapper.conf.sample ${PREFIX}/etc/updatedd-wrapper.conf ; \ |