svn commit: r380736 - head/graphics/comical

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 8 02:33:26 UTC 2015


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>


More information about the svn-ports-head mailing list