aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-secs1d
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-secs1d
parent3ac6602ab125db6c408b3de2e4435682ec75605f (diff)
downloadports-83d7fd8ac945a4a78a80388993b85cba4fbcdbaa.tar.gz
ports-83d7fd8ac945a4a78a80388993b85cba4fbcdbaa.zip
Notes
Diffstat (limited to 'math/octave-forge-secs1d')
-rw-r--r--math/octave-forge-secs1d/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/math/octave-forge-secs1d/Makefile b/math/octave-forge-secs1d/Makefile
index 0d1192f61e67..c77a4986948d 100644
--- a/math/octave-forge-secs1d/Makefile
+++ b/math/octave-forge-secs1d/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: octave-forge-secs1d
-# 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-secs1d
PORTVERSION= 0.0.9
@@ -19,8 +15,8 @@ OCTSRC= ${DISTNAME}
RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:${PORTSDIR}/math/octave-forge-bim
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
do-build:
@${DO_NADA}
@@ -28,4 +24,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>