aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-03-22 07:50:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-03-22 07:50:46 +0000
commita19b34dbaf640589d66b8d7416d92d02a57cd186 (patch)
treeff531796390b4a87d6c25a6fd57d8e0ee1fc6356
parent7b70ba26ba9cb8a8fae272d6e1373a34ecf8abfa (diff)
downloadports-a19b34dbaf640589d66b8d7416d92d02a57cd186.tar.gz
ports-a19b34dbaf640589d66b8d7416d92d02a57cd186.zip
Really unset STRIP to fix install.
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=131879
-rw-r--r--devel/asmutils/Makefile10
1 files 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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>