Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2014 11:36:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371736 - head/sysutils/fusefs-libs
Message-ID:  <201410301136.s9UBaTjx074392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 30 11:36:29 2014
New Revision: 371736
URL: https://svnweb.freebsd.org/changeset/ports/371736
QAT: https://qat.redports.org/buildarchive/r371736/

Log:
  - Add LICENSE
  - Drop @dirrm* from plist

Modified:
  head/sysutils/fusefs-libs/Makefile
  head/sysutils/fusefs-libs/pkg-plist

Modified: head/sysutils/fusefs-libs/Makefile
==============================================================================
--- head/sysutils/fusefs-libs/Makefile	Thu Oct 30 11:35:57 2014	(r371735)
+++ head/sysutils/fusefs-libs/Makefile	Thu Oct 30 11:36:29 2014	(r371736)
@@ -14,6 +14,9 @@ COMMENT=	FUSE allows filesystem implemen
 
 OPTIONS_DEFINE=	DOCS
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MOUNT_FUSE_PATH=${PREFIX}/sbin
 CONFIGURE_ARGS=	--prefix=${PREFIX} \

Modified: head/sysutils/fusefs-libs/pkg-plist
==============================================================================
--- head/sysutils/fusefs-libs/pkg-plist	Thu Oct 30 11:35:57 2014	(r371735)
+++ head/sysutils/fusefs-libs/pkg-plist	Thu Oct 30 11:36:29 2014	(r371736)
@@ -21,4 +21,3 @@ libdata/pkgconfig/fuse.pc
 man/man1/fusermount.1.gz
 man/man1/ulockmgr_server.1.gz
 man/man8/mount.fuse.8.gz
-@dirrm include/fuse



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410301136.s9UBaTjx074392>