diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-11 09:08:32 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-11 09:08:32 +0000 |
commit | dac7f41d07026f05999c05b1757bf18c37e0e346 (patch) | |
tree | 28085616ff22fe35209850c26c03d4d75f4df074 /math | |
parent | No longer conflicts with lang/swi-pl. (diff) |
Chase rerolled tarball (I couldn't find out the changes, though)
Notes
Notes:
svn path=/head/; revision=130860
Diffstat (limited to 'math')
-rw-r--r-- | math/newmat/Makefile | 5 | ||||
-rw-r--r-- | math/newmat/distinfo | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index f41dc8586f65..722815e83ffc 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -19,14 +19,11 @@ NO_WRKSUBDIR= yes USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= nm_gnu.mak +MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= everything .include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; \ - s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE} - do-install: @${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME} diff --git a/math/newmat/distinfo b/math/newmat/distinfo index 78e85c55e372..d6b70281fbce 100644 --- a/math/newmat/distinfo +++ b/math/newmat/distinfo @@ -1,2 +1,2 @@ -MD5 (newmat11.tar.gz) = 23354d860197a4868dafd99be35e00bf -SIZE (newmat11.tar.gz) = 228217 +MD5 (newmat11.tar.gz) = 135e15d41930389054c9be7d58e9dbd2 +SIZE (newmat11.tar.gz) = 236598 |