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 /emulators/hfs | |
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 'emulators/hfs')
-rw-r--r-- | emulators/hfs/Makefile | 2 |
1 files changed, 1 insertions, 1 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]* |