Date: Fri, 17 Jan 2020 17:30:01 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523341 - head/math/octave-forge-audio Message-ID: <202001171730.00HHU18D067398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Fri Jan 17 17:30:01 2020 New Revision: 523341 URL: https://svnweb.freebsd.org/changeset/ports/523341 Log: - Correct portlint errors. Modified: head/math/octave-forge-audio/Makefile Modified: head/math/octave-forge-audio/Makefile ============================================================================== --- head/math/octave-forge-audio/Makefile Fri Jan 17 17:22:26 2020 (r523340) +++ head/math/octave-forge-audio/Makefile Fri Jan 17 17:30:01 2020 (r523341) @@ -8,14 +8,14 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LIB_DEPENDS+= librtmidi.so:audio/rtmidi - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../COPYING +LIB_DEPENDS+= librtmidi.so:audio/rtmidi + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${DISTNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001171730.00HHU18D067398>