svn commit: r389100 - head/sysutils/moosefs-chunkserver

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:32:01 UTC 2015


Author: amdmi3
Date: Wed Jun 10 17:31:59 2015
New Revision: 389100
URL: https://svnweb.freebsd.org/changeset/ports/389100

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

Modified:
  head/sysutils/moosefs-chunkserver/Makefile
  head/sysutils/moosefs-chunkserver/pkg-plist

Modified: head/sysutils/moosefs-chunkserver/Makefile
==============================================================================
--- head/sysutils/moosefs-chunkserver/Makefile	Wed Jun 10 17:31:45 2015	(r389099)
+++ head/sysutils/moosefs-chunkserver/Makefile	Wed Jun 10 17:31:59 2015	(r389100)
@@ -13,6 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Storing file data and synchronizing it among themselves
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 WRKSRC=		${WRKDIR}/mfs-1.6.27
 USERS=		mfs

Modified: head/sysutils/moosefs-chunkserver/pkg-plist
==============================================================================
--- head/sysutils/moosefs-chunkserver/pkg-plist	Wed Jun 10 17:31:45 2015	(r389099)
+++ head/sysutils/moosefs-chunkserver/pkg-plist	Wed Jun 10 17:31:59 2015	(r389100)
@@ -8,7 +8,6 @@ man/man5/mfschunkserver.cfg.5.gz
 man/man5/mfshdd.cfg.5.gz
 man/man8/mfschunkserver.8.gz
 sbin/mfschunkserver
- at dirrmtry etc/mfs
 @owner mfs
 @group mfs
 @unexec rmdir "/var/mfs" >/dev/null 2>&1 || :


More information about the svn-ports-all mailing list