svn commit: r379638 - head/sysutils/uptimed

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 23 01:19:49 UTC 2015


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 at 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}
 


More information about the svn-ports-all mailing list