diff options
Diffstat (limited to 'math/octave-forge-bim/Makefile')
-rw-r--r-- | math/octave-forge-bim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index 24c907db80bc..185a007db091 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-bim PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -21,6 +22,7 @@ do-build: @${DO_NADA} post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} .include <bsd.port.post.mk> |