aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-signal
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-signal')
-rw-r--r--math/octave-forge-signal/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile
index 0c2c1ca8fd83..9f098febdbad 100644
--- a/math/octave-forge-signal/Makefile
+++ b/math/octave-forge-signal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= octave-forge-signal
PORTVERSION= 1.0.11
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -19,7 +20,11 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specf
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
+post-patch:
+ ${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile
+
post-build:
+ ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
.include <bsd.port.post.mk>