diff options
Diffstat (limited to 'math/octave-forge-statistics')
-rw-r--r-- | math/octave-forge-statistics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index bef65359bbfb..7b7872545a1b 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -14,8 +14,8 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + do-build: @${DO_NADA} @@ -23,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> |