Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 16:20:57 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312992 - head/print/photoprint
Message-ID:  <201302261620.r1QGKvL2076176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Feb 26 16:20:57 2013
New Revision: 312992
URL: http://svnweb.freebsd.org/changeset/ports/312992

Log:
  Fix a stupid typo, doh!
  
  Noticed by:	rm
  Pointy hat to:	danfe

Modified:
  head/print/photoprint/Makefile

Modified: head/print/photoprint/Makefile
==============================================================================
--- head/print/photoprint/Makefile	Tue Feb 26 16:20:16 2013	(r312991)
+++ head/print/photoprint/Makefile	Tue Feb 26 16:20:57 2013	(r312992)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://www.blackfiveimagin
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302261620.r1QGKvL2076176>