diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-26 16:20:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-26 16:20:57 +0000 |
commit | 659b018d662b67b4626ad8b017800cbb1d72e2ca (patch) | |
tree | 87cbdf53d317dd25d31760c17b7aea47ffde5048 /print | |
parent | f1312ea917af2647f6dceb6797d72600ac681ff1 (diff) |
Fix a stupid typo, doh!
Noticed by: rm
Pointy hat to: danfe
Notes
Notes:
svn path=/head/; revision=312992
Diffstat (limited to 'print')
-rw-r--r-- | print/photoprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index 42182bd29735..49165da0837b 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ MAINTAINER= bsam@FreeBSD.org COMMENT= Utility to print multiple images per sheet -LICENCE= GPLv2 +LICENSE= GPLv2 LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ expat:${PORTSDIR}/textproc/expat2 \ |