diff options
author | adam <adam@pkgsrc.org> | 2004-09-23 13:03:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-09-23 13:03:41 +0000 |
commit | 4dbbd769f05fcd3baf31cc172c6ea75bbd406640 (patch) | |
tree | 29f04efa55f92b321eef2120ed57f62064f7128e /math/octave-current/Makefile | |
parent | 195d690bb11d92476dbb37993d4c1131e1d5d11a (diff) | |
download | pkgsrc-4dbbd769f05fcd3baf31cc172c6ea75bbd406640.tar.gz |
Changes 2.1.59:
* bug-fixes and clean-ups
Diffstat (limited to 'math/octave-current/Makefile')
-rw-r--r-- | math/octave-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index ce407baf523..f31cde8da7f 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/09/11 21:47:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.33 2004/09/23 13:03:41 adam Exp $ # DISTNAME= octave-${OCTAVE_VER} @@ -18,7 +18,7 @@ BUILD_DEPENDS+= bison>=1.875:../../devel/bison BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -OCTAVE_VER= 2.1.57 +OCTAVE_VER= 2.1.59 CONFLICTS+= octave-2.0.* .if (${MACHINE_ARCH} == "arm32") @@ -53,7 +53,7 @@ UNWRAP_FILES+= mkoctfile octave-bug src/oct-conf.h post-extract: ${FIND} ${WRKSRC}/doc -type f -name '*.info*' -exec ${RM} -f {} \; - ${MKDIR} -p ${WRKSRC}/src/pic + ${MKDIR} ${WRKSRC}/src/pic post-install: .for f in ${LIBOCTAVE_INFO} |