summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-27 20:14:59 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-27 20:14:59 +0000
commitb952c143d1e064f13276ecd24fe6d4ad4cdee763 (patch)
treee9dab1b3a2aae10d7a11fed145fe1280c28def71 /math
parentConvert to ELF. (diff)
Make this reinstall friendly.
Notes
Notes: svn path=/head/; revision=13464
Diffstat (limited to 'math')
-rw-r--r--math/umfpack/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/umfpack/Makefile b/math/umfpack/Makefile
index b2ebfd0120bb..354948edbf3a 100644
--- a/math/umfpack/Makefile
+++ b/math/umfpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Nov 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/11 18:20:27 steve Exp $
+# $Id: Makefile,v 1.2 1998/08/20 07:01:07 tg Exp $
#
DISTNAME= umfpack2.2
@@ -24,7 +24,8 @@ do-install:
$(INSTALL_DATA) ${WRKSRC}/libumfpack.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/umfpack
- ${GZIP_CMD} ${WRKSRC}/README
- ${INSTALL_DATA} ${WRKSRC}/README.gz ${PREFIX}/share/doc/umfpack
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/umfpack
+ ${GZIP_CMD} ${PREFIX}/share/doc/umfpack/README
.endif
+
.include <bsd.port.mk>