aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-optim
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-06-24 04:22:33 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-06-24 04:22:33 +0000
commitbb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a (patch)
treef6577ffa2c1bfb44aa4197947f21d10e07208838 /math/octave-forge-optim
parentb69f6da6bf098967fc147bc65b54d5e8e1c4fbd3 (diff)
downloadports-bb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a.tar.gz
ports-bb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a.zip
- Bump portrevision because math/octave updated to 3.4.1
- Fix to work with math/octave-3.4.1 Approved by: maho (mentor)
Notes
Notes: svn path=/head/; revision=276180
Diffstat (limited to 'math/octave-forge-optim')
-rw-r--r--math/octave-forge-optim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile
index 71eb2bb3894f..7ef79973bc5e 100644
--- a/math/octave-forge-optim/Makefile
+++ b/math/octave-forge-optim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave-forge-optim
PORTVERSION= 1.0.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -21,6 +21,7 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-build:
+ ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
.include <bsd.port.post.mk>