diff options
Diffstat (limited to 'math/octave-forge-parallel/Makefile')
-rw-r--r-- | math/octave-forge-parallel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile index 15192237c9ee..ebcd10133745 100644 --- a/math/octave-forge-parallel/Makefile +++ b/math/octave-forge-parallel/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-parallel PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -18,6 +19,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} .include <bsd.port.post.mk> |