diff options
Diffstat (limited to 'math/octave-forge-gnuplot/Makefile')
-rw-r--r-- | math/octave-forge-gnuplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile index c1c36e5a353b..3ac6c0192ca3 100644 --- a/math/octave-forge-gnuplot/Makefile +++ b/math/octave-forge-gnuplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-gnuplot PORTVERSION= 1.0.1 +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 ${OCTAVE_PKGNAME} .include <bsd.port.post.mk> |