aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2011-04-24 15:45:59 +0800
committerdhn <dhn@FreeBSD.org>2011-04-24 15:45:59 +0800
commit8bf08d866371baa977d2914822bcefb4cd46ce5a (patch)
tree8f06aaebed57c9c323bfec0d348500148e1f75b7 /math
parent3336a03db60adf72ccc1e4980d3fed6e31cd3a40 (diff)
downloadfreebsd-ports-gnome-8bf08d866371baa977d2914822bcefb4cd46ce5a.tar.gz
freebsd-ports-gnome-8bf08d866371baa977d2914822bcefb4cd46ce5a.tar.zst
freebsd-ports-gnome-8bf08d866371baa977d2914822bcefb4cd46ce5a.zip
- Fix build
PR: ports/156511 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-bim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile
index d51fb6a711cd..7eb3904e6c08 100644
--- a/math/octave-forge-bim/Makefile
+++ b/math/octave-forge-bim/Makefile
@@ -21,6 +21,6 @@ do-build:
@${DO_NADA}
post-build:
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
.include <bsd.port.post.mk>