Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 15:56:09 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402233 - head/mail/phplist
Message-ID:  <201511221556.tAMFu9Oa074408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Nov 22 15:56:09 2015
New Revision: 402233
URL: https://svnweb.freebsd.org/changeset/ports/402233

Log:
  mail/phplist: fix spelling error LICENSE_FILe -> LICENSE_FILE (portlint)

Modified:
  head/mail/phplist/Makefile

Modified: head/mail/phplist/Makefile
==============================================================================
--- head/mail/phplist/Makefile	Sun Nov 22 15:54:03 2015	(r402232)
+++ head/mail/phplist/Makefile	Sun Nov 22 15:56:09 2015	(r402233)
@@ -10,7 +10,7 @@ MAINTAINER=	ports@bsdserwis.com
 COMMENT=	Full-featured open-source newsletter manager
 
 LICENSE=	GPLv3
-LICENSE_FILe=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 



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