Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 22:56:58 +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: r379564 - head/sysutils/unieject
Message-ID:  <201502212256.t1LMuwZR025304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Feb 21 22:56:57 2015
New Revision: 379564
URL: https://svnweb.freebsd.org/changeset/ports/379564
QAT: https://qat.redports.org/buildarchive/r379564/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/sysutils/unieject/Makefile

Modified: head/sysutils/unieject/Makefile
==============================================================================
--- head/sysutils/unieject/Makefile	Sat Feb 21 22:53:53 2015	(r379563)
+++ head/sysutils/unieject/Makefile	Sat Feb 21 22:56:57 2015	(r379564)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Eject(1) replacement
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/devel/libconfuse \
 		libpcre.so:${PORTSDIR}/devel/pcre \
@@ -22,6 +23,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \
 		--disable-doc
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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