diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-07-11 21:04:55 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-07-11 21:04:55 -0500 |
commit | d374232fe3861d8ee0c46454deb83edc85d0dbde (patch) | |
tree | 4d81106336cbfe3c470af78fb62155073657b66c | |
parent | www/angie-module-set-misc: Update ngx_devel_kit 0.3.3 => 0.3.4 (diff) |
math/octave-forge-octave_php_wrapper: Fix DESCRIPTION.
- DESCRIPTION had incorrect version.
- Bump portrevision.
-rw-r--r-- | math/octave-forge-octave_php_wrapper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-octave_php_wrapper/Makefile b/math/octave-forge-octave_php_wrapper/Makefile index 3b869d2a6454..ab0a039e462c 100644 --- a/math/octave-forge-octave_php_wrapper/Makefile +++ b/math/octave-forge-octave_php_wrapper/Makefile @@ -1,6 +1,7 @@ PORTNAME= octave-forge-octave_php_wrapper #DISTVERSIONPREFIX= DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,6 +17,7 @@ GH_ACCOUNT= CNOCTAVE GH_PROJECT= ${OCTAVE_PKGNAME} OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} NO_ARCH= yes NO_BUILD= yes |