Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 14:27:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345469 - head/sysutils/monit
Message-ID:  <201402211427.s1LERqYJ094122@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 21 14:27:51 2014
New Revision: 345469
URL: http://svnweb.freebsd.org/changeset/ports/345469
QAT: https://qat.redports.org/buildarchive/r345469/

Log:
  - Fix LICENSE_FILE
  
  Pointed out by:	mat, ache

Modified:
  head/sysutils/monit/Makefile

Modified: head/sysutils/monit/Makefile
==============================================================================
--- head/sysutils/monit/Makefile	Fri Feb 21 14:14:56 2014	(r345468)
+++ head/sysutils/monit/Makefile	Fri Feb 21 14:27:51 2014	(r345469)
@@ -10,7 +10,7 @@ MAINTAINER=	martinp@tildeslash.com
 COMMENT=	Unix system management and proactive monitoring
 
 LICENSE=	GPLv3
-LICENSE_FILE=	COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 USES=	bison gmake



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