Skip to content

Commit

Permalink
Add LICENSE_FILE
Browse files Browse the repository at this point in the history
- Do not silence installation message

Approved by:	portmgr (blanket)
  • Loading branch information
sunpoet committed Dec 3, 2017
1 parent d3b651a commit 48489c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions archivers/brotli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MAINTAINER= [email protected]
COMMENT= Generic-purpose lossless compression algorithm

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USE_GITHUB= yes
GH_ACCOUNT= google
Expand All @@ -22,8 +23,8 @@ USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_TESTING:BOOL=OFF

post-install:
@${LN} -s libbrotlicommon.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libbrotlicommon.so.0
@${LN} -s libbrotlidec.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libbrotlidec.so.0
@${LN} -s libbrotlienc.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libbrotlienc.so.0
${LN} -s libbrotlicommon.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libbrotlicommon.so.0
${LN} -s libbrotlidec.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libbrotlidec.so.0
${LN} -s libbrotlienc.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libbrotlienc.so.0

.include <bsd.port.mk>

0 comments on commit 48489c9

Please sign in to comment.