diff --git a/sysutils/fusefs-gitfs/Makefile b/sysutils/fusefs-gitfs/Makefile index 3ee0391ea63e..8f21f898e15a 100644 --- a/sysutils/fusefs-gitfs/Makefile +++ b/sysutils/fusefs-gitfs/Makefile @@ -10,6 +10,7 @@ MAINTAINER= jbeich@FreeBSD.org COMMENT= Version controlled file system LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomiclong>0:devel/py-atomiclong@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fusepy>=2.0.2:devel/py-fusepy@${PY_FLAVOR} \ diff --git a/sysutils/fusefs-gitfs/pkg-descr b/sysutils/fusefs-gitfs/pkg-descr index 753bdb83ffb9..ca09af52356f 100644 --- a/sysutils/fusefs-gitfs/pkg-descr +++ b/sysutils/fusefs-gitfs/pkg-descr @@ -2,4 +2,4 @@ gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository's branch locally, and any subsequent changes made to the files will be automatically committed to the remote. -WWW: https://www.presslabs.com/gitfs/ +WWW: https://www.presslabs.com/code/gitfs/