aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-specfun
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-specfun')
-rw-r--r--math/octave-forge-specfun/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/math/octave-forge-specfun/Makefile b/math/octave-forge-specfun/Makefile
index 5e4caa9c4787..3acd3c4ae3c6 100644
--- a/math/octave-forge-specfun/Makefile
+++ b/math/octave-forge-specfun/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: octave-forge-specfun
-# 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-specfun
PORTVERSION= 1.1.0
@@ -19,10 +15,10 @@ OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
-.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>