diff options
Diffstat (limited to 'math/octave-forge-data-smoothing')
-rw-r--r-- | math/octave-forge-data-smoothing/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/octave-forge-data-smoothing/Makefile b/math/octave-forge-data-smoothing/Makefile index 22765e222236..09792d51b63f 100644 --- a/math/octave-forge-data-smoothing/Makefile +++ b/math/octave-forge-data-smoothing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-data-smoothing -# 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-data-smoothing PORTVERSION= 1.3.0 @@ -19,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim -.include <bsd.port.pre.mk> do-build: @${DO_NADA} @@ -27,5 +22,5 @@ post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include "${PORTSDIR}/Mk/bsd.octave.mk" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../Mk/bsd.octave.mk" +.include <bsd.port.mk> |