aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-plot/Makefile
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-10-27 19:47:34 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-10-27 19:47:34 +0000
commitbb8b4ab941f96a74526266924662ef1b1279ef67 (patch)
tree729bb725de24b311ad234e07b275ecb94ac608a3 /math/octave-forge-plot/Makefile
parent450939444900aa529450acbe08b5954ca3a843c3 (diff)
downloadports-bb8b4ab941f96a74526266924662ef1b1279ef67.tar.gz
ports-bb8b4ab941f96a74526266924662ef1b1279ef67.zip
Notes
Diffstat (limited to 'math/octave-forge-plot/Makefile')
-rw-r--r--math/octave-forge-plot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile
index bfe8e7141aa9..791bdecefab2 100644
--- a/math/octave-forge-plot/Makefile
+++ b/math/octave-forge-plot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= octave-forge-plot
-PORTVERSION= 1.0.8
-PORTREVISION= 2
+PORTVERSION= 1.1.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -20,6 +19,6 @@ do-build:
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>