mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Strip binary
This commit is contained in:
parent
be68cabe6b
commit
6bc6d45fae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380736
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user