svn commit: r426343 - head/www/kpartsplugin

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Nov 18 21:46:17 UTC 2016


Author: rakuco
Date: Fri Nov 18 21:46:16 2016
New Revision: 426343
URL: https://svnweb.freebsd.org/changeset/ports/426343

Log:
  Remove an extra '/' from the plist to fix `make check-plist'.
  
  Not bumping PORTREVISION because the generated package does not change.
  
  Reported by:	tcberner

Modified:
  head/www/kpartsplugin/pkg-plist

Modified: head/www/kpartsplugin/pkg-plist
==============================================================================
--- head/www/kpartsplugin/pkg-plist	Fri Nov 18 21:41:10 2016	(r426342)
+++ head/www/kpartsplugin/pkg-plist	Fri Nov 18 21:46:16 2016	(r426343)
@@ -1,3 +1,3 @@
-%%WEBPLUGIN_DIR%%/libkpartsplugin.so
+%%WEBPLUGIN_DIR%%libkpartsplugin.so
 lib/kde4/kcm_kpartsplugin.so
 share/kde4/services/kcm_kpartsplugin.desktop


More information about the svn-ports-all mailing list