- Drop 8.x support
- Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
98e1d7231b
commit
26025167fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397245
1 changed files with 2 additions and 7 deletions
|
@ -16,13 +16,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= iocage
|
||||
GH_TAGNAME= 320ff13
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044
|
||||
BROKEN= This port works only on FreeBSD 9 and newer
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/usr/local/lib/iocage|${PREFIX}/lib/iocage|g" ${WRKSRC}/iocage
|
||||
|
@ -36,4 +31,4 @@ do-install:
|
|||
(cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/iocage)
|
||||
${INSTALL_MAN} ${WRKSRC}/iocage.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue