diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-21 18:12:16 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-21 18:12:16 +0000 |
commit | c051481bf469224d3a046fcaa3610e995aaceb1d (patch) | |
tree | e308a902fd52ac0dc91d193e9bd9304e17f101cc /math/octave-forge-statistics | |
parent | 682ba7c84914385be04215dadf481f2a3574d242 (diff) | |
download | ports-c051481bf469224d3a046fcaa3610e995aaceb1d.tar.gz ports-c051481bf469224d3a046fcaa3610e995aaceb1d.zip |
Diffstat (limited to 'math/octave-forge-statistics')
-rw-r--r-- | math/octave-forge-statistics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 8102739be29b..4f9a41f9831b 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -21,6 +21,6 @@ GNU_CONFIGURE= 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> |