ports/83915: py-numeric fails to build properly due to naming error

Soeren Straarup xride at x12.dk
Fri Jul 22 19:43:55 UTC 2005



To send it in clear text too:
--- Makefile.orig       Fri Jul 22 20:45:45 2005
+++ Makefile    Fri Jul 22 20:45:59 2005
@@ -15,6 +15,7 @@
  DISTFILES=     Numeric-${PORTVERSION}${EXTRACT_SUFX}:source \
                 numpy.pdf:doc
  EXTRACT_ONLY=  Numeric-${PORTVERSION}${EXTRACT_SUFX}
+WRKSRC=        ${WRKDIR}/Numeric-${PORTVERSION}

  MAINTAINER=    tg at FreeBSD.org
  COMMENT=       The Numeric Extension to Python
@@ -35,7 +36,7 @@
  .endif

  post-extract:
-       @${CP} ${DISTDIR}/numpy.pdf ${WRKSRC}
+       @${CP} ${DISTDIR}/numpy.pdf ${WRKDIR}

  post-install:
         @${MKDIR} ${EXAMPLESDIR}
</END>

\Søren

Soeren Straarup   | aka OZ2DAK aka Xride
FreeBSD wannabe   | FreeBSD since 2.2.6-R
    'We wanted to believe. But the tools
     had been taken away..' Mulder


More information about the freebsd-ports-bugs mailing list