diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-18 14:46:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-18 14:46:46 +0000 |
commit | 26025167fa7dde818a150e974ffc404f01227c6f (patch) | |
tree | d4f660ebc0a77f651d66369d82cfe41d2f0a6265 /sysutils/iocage-devel | |
parent | 98e1d7231b6dc463ea8bc65e3534a486c8985d3c (diff) | |
download | ports-26025167fa7dde818a150e974ffc404f01227c6f.tar.gz ports-26025167fa7dde818a150e974ffc404f01227c6f.zip |
Notes
Diffstat (limited to 'sysutils/iocage-devel')
-rw-r--r-- | sysutils/iocage-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/iocage-devel/Makefile b/sysutils/iocage-devel/Makefile index 41257d910eaa..ddc2461bb49c 100644 --- a/sysutils/iocage-devel/Makefile +++ b/sysutils/iocage-devel/Makefile @@ -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> |