diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-07-05 20:59:44 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-07-05 20:59:44 +0000 |
commit | 83d7fd8ac945a4a78a80388993b85cba4fbcdbaa (patch) | |
tree | 26a4d50fb6892cf85014b0132f83aa1b02c27e2d /math/octave-forge-bim | |
parent | 3ac6602ab125db6c408b3de2e4435682ec75605f (diff) | |
download | freebsd-ports-83d7fd8ac945a4a78a80388993b85cba4fbcdbaa.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-bim')
-rw-r--r-- | math/octave-forge-bim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index 0082741d0dc3..d62a958cd37b 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -15,8 +15,8 @@ OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + do-build: @${DO_NADA} @@ -24,4 +24,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> |