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-ocs | |
parent | Move PKGORIGIN definition a bit later so that PKGCATEGORY defined in Makefile... (diff) |
- 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-ocs')
-rw-r--r-- | math/octave-forge-ocs/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index 9a5516adbf9f..f2383cd16a56 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-ocs -# Date created: 8 September 2008 -# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> # $FreeBSD$ -# PORTNAME= octave-forge-ocs PORTVERSION= 0.1.3 @@ -21,10 +17,10 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:${PORTSDIR}/math/octave-forge-odepkg -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + 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> |