aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-optim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-optim/Makefile')
-rw-r--r--math/octave-forge-optim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile
index 1de53095b801..8c5c8dbc62c4 100644
--- a/math/octave-forge-optim/Makefile
+++ b/math/octave-forge-optim/Makefile
@@ -17,10 +17,10 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct
-.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>