svn commit: r379564 - head/sysutils/unieject

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 21 22:56:59 UTC 2015


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


More information about the svn-ports-all mailing list