From a19b34dbaf640589d66b8d7416d92d02a57cd186 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 22 Mar 2005 07:50:46 +0000 Subject: [PATCH] Really unset STRIP to fix install. Approved by: portmgr (marcus) --- devel/asmutils/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index 099917d53942..9de634900c48 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -34,12 +34,6 @@ 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 - -.if ${OSVERSION} >= 503000 -BROKEN= "Install fails on FreeBSD >= 5.x" -.endif - post-patch: @${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG @${REINPLACE_CMD} -e 's,m386,march=i386,' ${WRKSRC}/lib/Makefile @@ -47,7 +41,7 @@ post-patch: ${WRKSRC}/lib/Makefile ${WRKSRC}/src/Makefile # Stripping binaries will break install -.undef STRIP +STRIP= # do-install: ${MKDIR} ${PREFIX}/bin/asmutils @@ -73,4 +67,4 @@ do-install: .endfor .endif -.include +.include