diff --git a/math/octave-forge-websockets/Makefile b/math/octave-forge-websockets/Makefile index 93f31e23c26e..9817876514a0 100644 --- a/math/octave-forge-websockets/Makefile +++ b/math/octave-forge-websockets/Makefile @@ -1,32 +1,35 @@ PORTNAME= octave-forge-websockets DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 +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= gnu-octave GH_PROJECT= octave-websockets # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${GH_PROJECT}-${DISTVERSION} RUN_DEPENDS+= ${TARBALLS_DIR}/sockets.tar.gz:math/octave-forge-sockets .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