diff options
Diffstat (limited to 'math/octave-forge-ga')
-rw-r--r-- | math/octave-forge-ga/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index 1de9f8a686e3..954169f54da7 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-ga PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -20,6 +21,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> |