diff options
author | maho <maho@FreeBSD.org> | 2004-04-13 00:02:06 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-13 00:02:06 +0000 |
commit | 998338aa8ce93a15874747c38554b5ce870b55d7 (patch) | |
tree | 980950d10f9102fee53fedc5910465e233cd9b6f /math | |
parent | 01c4213e4510636254cf53cc4e1ea24e2171f14c (diff) | |
download | FreeBSD-ports-998338aa8ce93a15874747c38554b5ce870b55d7.zip FreeBSD-ports-998338aa8ce93a15874747c38554b5ce870b55d7.tar.gz |
remove ${CP} ${FILESDIR}/Makefile ${WRKDIR} in Makefile.
library no longer supported for sdpara (unlike sdpa)
Submitted by: kris via bento
Pointy hat to: myself
Diffstat (limited to 'math')
-rw-r--r-- | math/sdpara/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index 61aec8d..06575e4 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -41,11 +41,6 @@ CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 .endif pre-build: - ${CP} ${FILESDIR}/Makefile ${WRKDIR} - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LAPACK%%|${LAPACK}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%CBLAS%%|${CBLAS}|g' ${WRKDIR}/Makefile @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g ; \ |