From 83d7fd8ac945a4a78a80388993b85cba4fbcdbaa Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Fri, 5 Jul 2013 20:59:44 +0000 Subject: - Remove .include ; 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 . - Trim headers. - Clean whitespace. - Portlint. --- math/octave-forge-signal/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/octave-forge-signal/Makefile') diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 150eff33613d..0fc245bfe515 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specf RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general -.include -.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + post-patch: ${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile @@ -27,4 +27,4 @@ post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include +.include -- cgit v1.2.3