diff options
Diffstat (limited to 'math/octave-forge-plot/Makefile')
-rw-r--r-- | math/octave-forge-plot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index c5b271f0c434..c7d59c667564 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-plot PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -18,6 +19,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> |