diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-11 05:02:36 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-11 05:02:36 +0000 |
commit | 0b0637e0fa31293815af949f573c91d01d882499 (patch) | |
tree | 503c186e41cb4be3ed1ea37de64e1fb75c8d1a89 /math/octave-forge-nurbs/Makefile | |
parent | 79d9874705e7bf4c21a12ac269ac2f2ea63d1d60 (diff) | |
download | ports-0b0637e0fa31293815af949f573c91d01d882499.tar.gz ports-0b0637e0fa31293815af949f573c91d01d882499.zip |
- Updating to 1.3.6.
Notes
Notes:
svn path=/head/; revision=294600
Diffstat (limited to 'math/octave-forge-nurbs/Makefile')
-rw-r--r-- | math/octave-forge-nurbs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index c5ac4cdb95d3..a4a2bfedd44b 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-nurbs -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -15,7 +14,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src |