diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2020-01-18 01:30:01 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2020-01-18 01:30:01 +0800 |
commit | 20c51cce64776c9c08809b57987de7f044993e51 (patch) | |
tree | 6c67d21fea75306765eb5a445e8bf98a81290abf /math | |
parent | ce6f8d163f60446e5e88753ed1cbaffc3b18e306 (diff) | |
download | freebsd-ports-gnome-20c51cce64776c9c08809b57987de7f044993e51.tar.gz freebsd-ports-gnome-20c51cce64776c9c08809b57987de7f044993e51.tar.zst freebsd-ports-gnome-20c51cce64776c9c08809b57987de7f044993e51.zip |
- Correct portlint errors.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-audio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index 41b1cbbbb02d..b9a0f570a13e 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -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 |