aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-ga/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-05 19:36:09 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-05 19:36:09 +0000
commite9c79812e38a7b1f7195cdd601be46f03dc3d1a3 (patch)
tree99e036cdd68bdbac63fb3af6797722b45026b1da /math/octave-forge-ga/Makefile
parentd25efd3fc4b10883c13354c42091974a7c060f66 (diff)
downloadports-e9c79812e38a7b1f7195cdd601be46f03dc3d1a3.tar.gz
ports-e9c79812e38a7b1f7195cdd601be46f03dc3d1a3.zip
Update to 0.9.8
PR: ports/148229 Submitted by: Stephen Montgomery-Smith <stephen at missouri.edu>
Notes
Notes: svn path=/head/; revision=260601
Diffstat (limited to 'math/octave-forge-ga/Makefile')
-rw-r--r--math/octave-forge-ga/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile
index af69408a717e..c7299211b6a6 100644
--- a/math/octave-forge-ga/Makefile
+++ b/math/octave-forge-ga/Makefile
@@ -6,16 +6,20 @@
#
PORTNAME= octave-forge-ga
-PORTVERSION= 0.9.7
-PORTREVISION= 3
+PORTVERSION= 0.9.8
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE= yes
RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
+do-build:
+ @${DO_NADA}
+
+post-build:
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
.include <bsd.port.post.mk>