aboutsummaryrefslogtreecommitdiff
path: root/devel/asmutils/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-01 20:01:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-01 20:01:18 +0000
commit8e714c2febb49d7e9f42905b6b740159bba19769 (patch)
treeb43d3e8d759fce66acddf754373076b0a1d65d5b /devel/asmutils/Makefile
parent99fa9e96ee23c2d96ae84f5fd0401798fa80389d (diff)
downloadports-8e714c2febb49d7e9f42905b6b740159bba19769.tar.gz
ports-8e714c2febb49d7e9f42905b6b740159bba19769.zip
BROKEN on 5.x: Does not install with new binutils
Notes
Notes: svn path=/head/; revision=112691
Diffstat (limited to 'devel/asmutils/Makefile')
-rw-r--r--devel/asmutils/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile
index 2fa99ecaaf31..c950a73b034b 100644
--- a/devel/asmutils/Makefile
+++ b/devel/asmutils/Makefile
@@ -34,6 +34,12 @@ PORTDOCS= Asmutils-HOWTO.html acknowledgements.html endorsements.html \
history.html index.html s-contrib.html s-debug.html \
s-include.html s-layout.html s-optimize.html
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502119
+BROKEN= "Does not install on FreeBSD >= 5.x"
+.endif
+
post-patch:
@(${SED} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG > ${WRKDIR}/foo \
&& ${MV} ${WRKDIR}/foo ${WRKSRC}/MCONFIG)
@@ -62,4 +68,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>