diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-24 04:22:33 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-24 04:22:33 +0000 |
commit | bb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a (patch) | |
tree | f6577ffa2c1bfb44aa4197947f21d10e07208838 /math/octave-forge-octclip | |
parent | b69f6da6bf098967fc147bc65b54d5e8e1c4fbd3 (diff) | |
download | ports-bb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a.tar.gz ports-bb2b9e50f2e8d5e1ba7fb3824ce27db9f7f6566a.zip |
Notes
Diffstat (limited to 'math/octave-forge-octclip')
-rw-r--r-- | math/octave-forge-octclip/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index bdd116d98a83..2e42ef74a4e2 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-octclip PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,10 +17,11 @@ WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" -post-extract: - ${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile +post-patch: + ${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} .include <bsd.port.post.mk> |