diff options
Diffstat (limited to 'math/octave-forge-nurbs/Makefile')
-rw-r--r-- | math/octave-forge-nurbs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index 2a6f9923a7ee..09d0bda4ff6c 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-nurbs PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,6 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src .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> |