- Fix LICENSE

- Add LICENSE_FILE
- Cosmetic fixes
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-03-16 09:33:15 +00:00
parent c49abedca7
commit ec86362b51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464667
2 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,8 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= portmaster@BSDforge.com MAINTAINER= portmaster@BSDforge.com
COMMENT= Encrypted filesystem for FUSE COMMENT= Encrypted filesystem for FUSE
LICENSE= GPLv2 LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgcrypt.so:security/libgcrypt LIB_DEPENDS= libgcrypt.so:security/libgcrypt
@ -23,7 +24,7 @@ DOCS= README cryptofs.conf
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
post-install-DOCS-on: post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,4 +16,4 @@ a program to mount the filesystem. For LUFS a shared library will be built
that can be used by LUFS's lufsd. Both methods can use the same encrypted that can be used by LUFS's lufsd. Both methods can use the same encrypted
directory. directory.
WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/ WWW: https://BSDforge.com/projects/sysutils/fusefs-cryptofs/