aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-ocs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-ocs/Makefile')
-rw-r--r--math/octave-forge-ocs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile
index 43e6ad7c48bc..68f7d65e6f25 100644
--- a/math/octave-forge-ocs/Makefile
+++ b/math/octave-forge-ocs/Makefile
@@ -6,19 +6,19 @@
#
PORTNAME= octave-forge-ocs
-PORTVERSION= 0.1.0
+PORTVERSION= 0.1.1
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:${PORTSDIR}/math/octave-forge-odepkg
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-build:
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
.include <bsd.port.post.mk>