Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 20:53:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404878 - head/sysutils/fusefs-wdfs
Message-ID:  <201512302053.tBUKrRR3014545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



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