diff options
Diffstat (limited to 'math/octave-forge-struct/Makefile')
-rw-r--r-- | math/octave-forge-struct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-struct/Makefile b/math/octave-forge-struct/Makefile index adbdf5907a65..9dc38a3bc82f 100644 --- a/math/octave-forge-struct/Makefile +++ b/math/octave-forge-struct/Makefile @@ -23,6 +23,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> |