diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-14 22:04:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-14 22:04:33 +0000 |
commit | 7376214b3f13068e87770f32083e3ea92ac2e462 (patch) | |
tree | 65c85327b02f57189c42d445518ae21037ae5a8a /math/newmat | |
parent | 24a1c852ed7269dcee852ac70d248892a66ab070 (diff) |
Install library properly without stripping the symbols
PR: 39138
Submitted by: Matthew Landauer <mlandauer@yahoo.com>
Notes
Notes:
svn path=/head/; revision=61279
Diffstat (limited to 'math/newmat')
-rw-r--r-- | math/newmat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index a3afacb333ae..672fbdb91761 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -26,6 +26,6 @@ post-patch: do-install: @${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/libnewmat.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${PREFIX}/lib .include <bsd.port.mk> |