Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 01:19:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379638 - head/sysutils/uptimed
Message-ID:  <201502230119.t1N1JnBA079012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 23 01:19:48 2015
New Revision: 379638
URL: https://svnweb.freebsd.org/changeset/ports/379638
QAT: https://qat.redports.org/buildarchive/r379638/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/sysutils/uptimed/Makefile

Modified: head/sysutils/uptimed/Makefile
==============================================================================
--- head/sysutils/uptimed/Makefile	Mon Feb 23 01:19:36 2015	(r379637)
+++ head/sysutils/uptimed/Makefile	Mon Feb 23 01:19:48 2015	(r379638)
@@ -11,13 +11,15 @@ MASTER_SITES=	http://podgorny.cz/uptimed
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Uptime daemon
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # only
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake libtool tar:bzip2
 USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
 ACLOCAL_ARGS=	# empty
 AUTOMAKE_ARGS=	--copy --add-missing --foreign
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 USE_RC_SUBR=	${PORTNAME}
 



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