summaryrefslogtreecommitdiff
path: root/math/octave-forge-linear-algebra/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-01-30 11:32:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-01-30 11:32:19 +0000
commitcf40bbadb1fa752ea6d5268d648968f4382a7c0b (patch)
tree46cc05aeadf582dbe18e751e5500e0a01715ce09 /math/octave-forge-linear-algebra/Makefile
parent- Update to 1.0.13 (diff)
- Update to 2.0.0
PR: 153976 Submitted by: maintainer Feature safe: yes
Notes
Notes: svn path=/head/; revision=268424
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>