aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-odepkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-odepkg/Makefile')
-rw-r--r--math/octave-forge-odepkg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile
index 8d2c7723f220..08f2b224dacb 100644
--- a/math/octave-forge-odepkg/Makefile
+++ b/math/octave-forge-odepkg/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= octave-forge-odepkg
-PORTVERSION= 0.6.10
+PORTVERSION= 0.6.12
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
+WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-build:
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>