Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 02:33:26 +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: r380736 - head/graphics/comical
Message-ID:  <201503080233.t282XQ1u023274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Mar  8 02:33:25 2015
New Revision: 380736
URL: https://svnweb.freebsd.org/changeset/ports/380736
QAT: https://qat.redports.org/buildarchive/r380736/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip binary

Modified:
  head/graphics/comical/Makefile

Modified: head/graphics/comical/Makefile
==============================================================================
--- head/graphics/comical/Makefile	Sun Mar  8 02:33:20 2015	(r380735)
+++ head/graphics/comical/Makefile	Sun Mar  8 02:33:25 2015	(r380736)
@@ -3,7 +3,7 @@
 
 PORTNAME=	comical
 PORTVERSION=	0.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -12,7 +12,8 @@ COMMENT=	Sequential image viewer
 
 LIB_DEPENDS=	libunrar.so:${PORTSDIR}/archivers/libunrar
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 MAKE_JOBS_UNSAFE=	yes
 
@@ -49,4 +50,7 @@ post-patch:
 		${WRKSRC}/src/ComicalApp.cpp
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
 .include <bsd.port.post.mk>



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