From ec86362b514a63c3b08ca486ccbccd28a831f37e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 16 Mar 2018 09:33:15 +0000 Subject: [PATCH] - Fix LICENSE - Add LICENSE_FILE - Cosmetic fixes - Update WWW Approved by: portmgr blanket --- sysutils/fusefs-cryptofs/Makefile | 5 +++-- sysutils/fusefs-cryptofs/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile index 3e056f7075d6..774715972a58 100644 --- a/sysutils/fusefs-cryptofs/Makefile +++ b/sysutils/fusefs-cryptofs/Makefile @@ -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 diff --git a/sysutils/fusefs-cryptofs/pkg-descr b/sysutils/fusefs-cryptofs/pkg-descr index 3ae42cabd115..ac77dbe4a2d9 100644 --- a/sysutils/fusefs-cryptofs/pkg-descr +++ b/sysutils/fusefs-cryptofs/pkg-descr @@ -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/