diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-27 11:07:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-27 11:07:49 +0000 |
commit | 235e99621a30f0ba0bd41ed0b250d96326d5b819 (patch) | |
tree | 5c92fc7a82255dcf0ff63b37d8b27e85a9303c72 | |
parent | 54675fc19d845a4456f69d81a35e8248a01348d9 (diff) |
Notes
-rw-r--r-- | emulators/hfs/Makefile | 2 | ||||
-rw-r--r-- | math/labplot/Makefile | 2 | ||||
-rw-r--r-- | textproc/libcrm114/Makefile | 2 | ||||
-rw-r--r-- | textproc/sigil/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index a4ca23aefeeb..9de45371a17f 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Read Macintosh HFS floppy disks, hard drives, and CD-ROMs -LICENCE= GPLv2 +LICENSE= GPLv2 CONFLICTS= hfsutils-[0-9]* 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 diff --git a/textproc/libcrm114/Makefile b/textproc/libcrm114/Makefile index 411f62218c87..c2b6e2084210 100644 --- a/textproc/libcrm114/Makefile +++ b/textproc/libcrm114/Makefile @@ -11,7 +11,7 @@ COMMENT= CRM114 C-callable Library LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre -LICENCE= LGPL3 +LICENSE= LGPL3 USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index ad4964d51d9c..c58564293e07 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ hunspell-1.3:${PORTSDIR}/textproc/hunspell \ pcre:${PORTSDIR}/devel/pcre -LICENCE= GPLv3 +LICENSE= GPLv3 USE_ZIP= yes USES= cmake pkgconfig |