aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-image
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2013-07-06 04:59:44 +0800
committerstephen <stephen@FreeBSD.org>2013-07-06 04:59:44 +0800
commit445b3f7333ec3e5d867adc9a5b1e6d26a693eba7 (patch)
tree26a4d50fb6892cf85014b0132f83aa1b02c27e2d /math/octave-forge-image
parent79986f19f3fa34838fdc231b948336a4de202c63 (diff)
downloadfreebsd-ports-gnome-445b3f7333ec3e5d867adc9a5b1e6d26a693eba7.tar.gz
freebsd-ports-gnome-445b3f7333ec3e5d867adc9a5b1e6d26a693eba7.tar.zst
freebsd-ports-gnome-445b3f7333ec3e5d867adc9a5b1e6d26a693eba7.zip
- Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;
${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk. This is because USE_GMAKE no longer works after .include <bsd.ports.pre.mk>. - Trim headers. - Clean whitespace. - Portlint.
Diffstat (limited to 'math/octave-forge-image')
-rw-r--r--math/octave-forge-image/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile
index 77f4722355e9..9b4beb2ce1bf 100644
--- a/math/octave-forge-image/Makefile
+++ b/math/octave-forge-image/Makefile
@@ -16,8 +16,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
post-patch:
${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile
@@ -25,4 +25,4 @@ post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>