diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-24 04:22:33 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-24 04:22:33 +0000 |
commit | bb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a (patch) | |
tree | f6577ffa2c1bfb44aa4197947f21d10e07208838 /math/octave-forge-optiminterp | |
parent | b69f6da6bf098967fc147bc65b54d5e8e1c4fbd3 (diff) |
- 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-optiminterp')
-rw-r--r-- | math/octave-forge-optiminterp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index 5bc2c36c31e3..3113d6b88c59 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-optiminterp PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -20,6 +21,7 @@ WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src MAKE_ENV+= MKOCTFILE_FORTRAN_90=yes MKOCTFILE=mkoctfile post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} .include <bsd.port.post.mk> |