aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-ga/Makefile
diff options
context:
space:
mode:
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>