- Clarify LICENSE

- Add LICENSE_FILE
- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-03-08 02:33:25 +00:00
parent be68cabe6b
commit 6bc6d45fae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380736

View file

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