mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- 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
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue