diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 03:05:04 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 03:05:04 +0000 |
commit | a5bedca5ca5bcaee0dba02a54a76e9534cffabaa (patch) | |
tree | f14d51d153a6b87c22585864b10baa02edaae575 /math/octave-forge-general/Makefile | |
parent | 33362d5a9d0013110598f5fe4fb4c6ebee9d78f4 (diff) | |
download | ports-a5bedca5ca5bcaee0dba02a54a76e9534cffabaa.tar.gz ports-a5bedca5ca5bcaee0dba02a54a76e9534cffabaa.zip |
Notes
Diffstat (limited to 'math/octave-forge-general/Makefile')
-rw-r--r-- | math/octave-forge-general/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-general/Makefile b/math/octave-forge-general/Makefile index c9b3d0f75055..9beafa0a6ccb 100644 --- a/math/octave-forge-general/Makefile +++ b/math/octave-forge-general/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-general -PORTVERSION= 1.3.4 -PORTREVISION= 3 +PORTVERSION= 2.0.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -11,7 +10,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 |