From cf40bbadb1fa752ea6d5268d648968f4382a7c0b Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 30 Jan 2011 11:32:19 +0000 Subject: - Update to 2.0.0 PR: 153976 Submitted by: maintainer Feature safe: yes --- math/octave-forge-linear-algebra/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'math/octave-forge-linear-algebra/Makefile') 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 .include "${PORTSDIR}/Mk/bsd.octave.mk" +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + .include -- cgit v1.2.3