diff options
author | pat <pat@FreeBSD.org> | 2002-06-15 06:04:33 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-15 06:04:33 +0800 |
commit | f1aeef95d424d2fc7a7a4fe138d3a6e77d8b20ce (patch) | |
tree | e3b7bda158bdbba5ae94f3ba3fb0517014df568f /math/newmat | |
parent | 844d01c1dc056978c4aaaefe30041519761195d0 (diff) | |
download | freebsd-ports-gnome-f1aeef95d424d2fc7a7a4fe138d3a6e77d8b20ce.tar.gz freebsd-ports-gnome-f1aeef95d424d2fc7a7a4fe138d3a6e77d8b20ce.tar.zst freebsd-ports-gnome-f1aeef95d424d2fc7a7a4fe138d3a6e77d8b20ce.zip |
Install library properly without stripping the symbols
PR: 39138
Submitted by: Matthew Landauer <mlandauer@yahoo.com>
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> |