- Does not build on alpha 4.x
This commit is contained in:
parent
5eb5edcb22
commit
f1c64c7036
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124393
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ MAN8= ird.8 micod.8 nsd.8
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
# Does not build on alpha 4.x
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
NOT_FOR_ARCHS= alpha
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${TAR} xzf ${DISTDIR}/doc-html.tar.gz -C ${WRKDIR}
|
@${TAR} xzf ${DISTDIR}/doc-html.tar.gz -C ${WRKDIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue