diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-27 19:07:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-27 19:07:49 +0800 |
commit | 3ff83adb53c55bd59c801a4346d551f1433e5e1e (patch) | |
tree | 5c92fc7a82255dcf0ff63b37d8b27e85a9303c72 /math | |
parent | f632f790f3467a194661f1f649f18fca26d5cd93 (diff) | |
download | freebsd-ports-gnome-3ff83adb53c55bd59c801a4346d551f1433e5e1e.tar.gz freebsd-ports-gnome-3ff83adb53c55bd59c801a4346d551f1433e5e1e.tar.zst freebsd-ports-gnome-3ff83adb53c55bd59c801a4346d551f1433e5e1e.zip |
Fix typo: LICENCE -> LICENSE
Diffstat (limited to 'math')
-rw-r--r-- | math/labplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index a2f52bff7a25..a074aa57dc41 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Data plotting and function analysis tool for KDE -LICENCE= GPLv2 +LICENSE= GPLv2 LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl |