diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-01 22:36:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-01 22:36:10 +0000 |
commit | 64c7132444f215a9f937e6c7780f9ce153bbac75 (patch) | |
tree | 01d2226772a1da15f19b99f01120777098b9acd4 /dns/bind910 | |
parent | 9f371761440876102db5cf3dd741207bb9eaf35e (diff) | |
download | ports-64c7132444f215a9f937e6c7780f9ce153bbac75.tar.gz ports-64c7132444f215a9f937e6c7780f9ce153bbac75.zip |
Notes
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index a6d7f635ee3b..42fa363747bc 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -174,7 +174,7 @@ CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --disable-threads .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100 +.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100) PKGINSTALL= ${NONEXISTENT} PLIST_SUB+= NOBASE="" BASE="@comment " SUB_LIST+= NOBASE="" BASE="@comment " @@ -217,7 +217,7 @@ post-install: ${WRKSRC}/HISTORY ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100 +.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100) ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree ${MKDIR} ${STAGEDIR}${ETCDIR} .for i in dynamic master slave working |