summaryrefslogtreecommitdiff
path: root/math/octave-forge-linear-algebra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-linear-algebra/Makefile')
-rw-r--r--math/octave-forge-linear-algebra/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/octave-forge-linear-algebra/Makefile b/math/octave-forge-linear-algebra/Makefile
index 6b1877737eae..8747db8f30b1 100644
--- a/math/octave-forge-linear-algebra/Makefile
+++ b/math/octave-forge-linear-algebra/Makefile
@@ -6,14 +6,17 @@
#
PORTNAME= octave-forge-linear-algebra
-PORTVERSION= 1.0.8
-PORTREVISION= 2
+PORTVERSION= 2.0.0
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE= yes
+
+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 ${OCTAVE_PKGNAME}
+
.include <bsd.port.post.mk>