diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile index e8cc97567ea8..0655c4652ca9 100644 --- a/math/octave-forge-onsas/Makefile +++ b/math/octave-forge-onsas/Makefile @@ -1,30 +1,33 @@ PORTNAME= octave-forge-onsas DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 +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= ONSAS GH_PROJECT= ONSAS.m # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${GH_PROJECT}-${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