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