svn commit: r371736 - head/sysutils/fusefs-libs

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 30 11:36:30 UTC 2014


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
- at dirrm include/fuse


More information about the svn-ports-head mailing list