diff options
Diffstat (limited to 'math/octave-forge-specfun/Makefile')
-rw-r--r-- | math/octave-forge-specfun/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-specfun/Makefile b/math/octave-forge-specfun/Makefile index 4801f955be9e..dac660779c5d 100644 --- a/math/octave-forge-specfun/Makefile +++ b/math/octave-forge-specfun/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-specfun -PORTVERSION= 1.0.9 -PORTREVISION= 2 +PORTVERSION= 1.1.0 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= ${DISTNAME} +OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src |