svn commit: r404878 - head/sysutils/fusefs-wdfs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 30 20:53:28 UTC 2015


Author: sunpoet
Date: Wed Dec 30 20:53:26 2015
New Revision: 404878
URL: https://svnweb.freebsd.org/changeset/ports/404878

Log:
  - Fix typo
  - While I'm here, use PLIST_FILES instead of PLIST
  
  PR:		205738
  Submitted by:	Eugene R <genie at geniechka.ru>
  Approved by:	portmgr (blanket)

Deleted:
  head/sysutils/fusefs-wdfs/pkg-plist
Modified:
  head/sysutils/fusefs-wdfs/Makefile

Modified: head/sysutils/fusefs-wdfs/Makefile
==============================================================================
--- head/sysutils/fusefs-wdfs/Makefile	Wed Dec 30 20:49:51 2015	(r404877)
+++ head/sysutils/fusefs-wdfs/Makefile	Wed Dec 30 20:53:26 2015	(r404878)
@@ -9,7 +9,7 @@ CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 
 MAINTAINER=	silverless at gmx.com
-COMMENT=	Mount remote WedDAV directories with Fuse
+COMMENT=	Mount remote WebDAV directories with Fuse
 
 LICENSE=	GPLv2
 
@@ -22,6 +22,8 @@ GH_ACCOUNT=	jmesmon
 GH_TAGNAME=	3fa7035
 USE_GNOME=	glib20
 
+PLIST_FILES=	bin/wdfs
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/wdfs ${STAGEDIR}${PREFIX}/bin
 


More information about the svn-ports-all mailing list