FreeBSD Bugzilla – Attachment 55542 Details for
Bug 83915
py-numeric fails to build properly due to naming error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 692 bytes, created by
Brett Goulder
on 2005-07-22 17:00:33 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Brett Goulder
Created:
2005-07-22 17:00:33 UTC
Size:
692 bytes
patch
obsolete
>diff -Nurp /usr/ports/math/py-numeric/Makefile py-numeric/Makefile >--- /usr/ports/math/py-numeric/Makefile Fri Jul 22 08:52:37 2005 >+++ py-numeric/Makefile Fri Jul 22 11:52:50 2005 >@@ -5,7 +5,7 @@ > # $FreeBSD: ports/math/py-numeric/Makefile,v 1.45 2005/07/22 12:52:37 tg Exp $ > # > >-PORTNAME= numeric >+PORTNAME= Numeric > PORTVERSION= 23.8 > CATEGORIES= math python > MASTER_SITES= http://numeric.scipy.org/:doc \ >@@ -44,7 +44,7 @@ post-install: > ${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLESDIR}/NumTut > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKDIR}/numpy.pdf ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/numpy.pdf ${DOCSDIR} > .endif > > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 83915
: 55542 |
55543