diff options
Diffstat (limited to 'math/octave-forge-automatic-differentiation/Makefile')
-rw-r--r-- | math/octave-forge-automatic-differentiation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile index 8c842f23a5ed..2a8ca6673d9e 100644 --- a/math/octave-forge-automatic-differentiation/Makefile +++ b/math/octave-forge-automatic-differentiation/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-automatic-differentiation -DISTVERSION= 1.0.0 -PORTREVISION= 6 +DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -19,5 +19,6 @@ NO_ARCH= yes NO_BUILD= yes OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} .include <bsd.port.mk> |