diff options
author | stephen <stephen@FreeBSD.org> | 2015-03-13 10:10:35 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-03-13 10:10:35 +0800 |
commit | 70d8c7513bcacb34ac5a4247b52c7c0a22e72baf (patch) | |
tree | ca7f81a1fa35181ca4ded82475891055fe84c9d8 | |
parent | ca52d934d8550f75676338f2fc738137edc2d2bf (diff) | |
download | freebsd-ports-gnome-70d8c7513bcacb34ac5a4247b52c7c0a22e72baf.tar.gz freebsd-ports-gnome-70d8c7513bcacb34ac5a4247b52c7c0a22e72baf.tar.zst freebsd-ports-gnome-70d8c7513bcacb34ac5a4247b52c7c0a22e72baf.zip |
- Correct the value of octsrc.
- Bump portrevision.
-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 |