aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-queueing
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2013-07-05 20:59:44 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2013-07-05 20:59:44 +0000
commit83d7fd8ac945a4a78a80388993b85cba4fbcdbaa (patch)
tree26a4d50fb6892cf85014b0132f83aa1b02c27e2d /math/octave-forge-queueing
parent3ac6602ab125db6c408b3de2e4435682ec75605f (diff)
downloadports-83d7fd8ac945a4a78a80388993b85cba4fbcdbaa.tar.gz
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.
Notes
Notes: svn path=/head/; revision=322356
Diffstat (limited to 'math/octave-forge-queueing')
-rw-r--r--math/octave-forge-queueing/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile
index 6ed6614d356e..7ed9f1f9854b 100644
--- a/math/octave-forge-queueing/Makefile
+++ b/math/octave-forge-queueing/Makefile
@@ -12,8 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
do-build:
@${DO_NADA}
@@ -22,4 +21,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>