diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-13 10:10:35 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-13 10:10:35 +0800 |
commit | 9ca98325605d854536599b125e24945c8e70883e (patch) | |
tree | ca7f81a1fa35181ca4ded82475891055fe84c9d8 /math | |
parent | e369338f979f682e8cfd72b81623a2e166c32a79 (diff) | |
download | freebsd-ports-gnome-9ca98325605d854536599b125e24945c8e70883e.tar.gz freebsd-ports-gnome-9ca98325605d854536599b125e24945c8e70883e.tar.zst freebsd-ports-gnome-9ca98325605d854536599b125e24945c8e70883e.zip |
- Correct the value of octsrc.
- Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-statistics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 4d3147568686..8adba8705851 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-statistics PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -10,7 +11,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} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io |