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-tsa | |
parent | 3ac6602ab125db6c408b3de2e4435682ec75605f (diff) |
Notes
Diffstat (limited to 'math/octave-forge-tsa')
-rw-r--r-- | math/octave-forge-tsa/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile index a5355c5c4fd0..e81fd219ca82 100644 --- a/math/octave-forge-tsa/Makefile +++ b/math/octave-forge-tsa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-tsa -# 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-tsa PORTVERSION= 4.2.4 @@ -19,8 +15,7 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= octave @@ -28,4 +23,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> |