- Fix LICENSE
- Add LICENSE_FILE - Cosmetic fixes - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
c49abedca7
commit
ec86362b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464667
@ -11,7 +11,8 @@ PKGNAMEPREFIX= fusefs-
|
||||
MAINTAINER= portmaster@BSDforge.com
|
||||
COMMENT= Encrypted filesystem for FUSE
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
|
||||
|
||||
@ -23,7 +24,7 @@ DOCS= README cryptofs.conf
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
directory.
|
||||
|
||||
WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/
|
||||
WWW: https://BSDforge.com/projects/sysutils/fusefs-cryptofs/
|
||||
|
Loading…
Reference in New Issue
Block a user