dns/bind99, dns/bind910: support no-base option on DragonFly
Approved by: mat (maintainer)
This commit is contained in:
parent
9f37176144
commit
64c7132444
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382966
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -157,7 +157,7 @@ CONFIGURE_ARGS+= --disable-threads
|
|||
IGNORE= REPLACE_BASE is no longer supported
|
||||
.endif # REPLACE_BASE
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100
|
||||
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100)
|
||||
PKGINSTALL= ${NONEXISTENT}
|
||||
PLIST_SUB+= NOBASE="" BASE="@comment "
|
||||
SUB_LIST+= NOBASE="" BASE="@comment "
|
||||
|
@ -199,7 +199,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
|
||||
|
|
Loading…
Reference in a new issue