diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-21 13:12:16 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-21 13:12:16 -0500 |
commit | c051481bf469224d3a046fcaa3610e995aaceb1d (patch) | |
tree | e308a902fd52ac0dc91d193e9bd9304e17f101cc /math/octave-forge-bim | |
parent | 682ba7c84914385be04215dadf481f2a3574d242 (diff) | |
download | freebsd-ports-c051481bf469224d3a046fcaa3610e995aaceb1d.zip |
Mk/bsd.octave.mk: Change name of tarball created.
Bump port revision of math/octave-forge-ponchon-savarit.
Diffstat (limited to 'math/octave-forge-bim')
-rw-r--r-- | math/octave-forge-bim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index 1738f42eeab9..0ba7cd8523b6 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -28,6 +28,6 @@ NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure - cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC} .include <bsd.port.mk> |