1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix build

PR:		ports/156511
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
This commit is contained in:
Dennis Herrmann 2011-04-24 07:45:59 +00:00
parent 8eb9b68217
commit d1a2403af3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273123

View File

@ -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>