diff --git a/math/octave-forge-internal-fluid-flow/Makefile b/math/octave-forge-internal-fluid-flow/Makefile index 45e49c084c22..0562c4c8dfbc 100644 --- a/math/octave-forge-internal-fluid-flow/Makefile +++ b/math/octave-forge-internal-fluid-flow/Makefile @@ -1,30 +1,33 @@ PORTNAME= octave-forge-internal-fluid-flow DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= aumpierre-unb GH_PROJECT= internal-Fluid-Flow-for-GNU-Octave # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= Internal-Fluid-Flow-for-GNU-Octave-${DISTVERSION} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC} .include