svn commit: r442177 - head/x11-wm/wmfs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 31 13:10:54 UTC 2017


Author: sunpoet
Date: Wed May 31 13:10:52 2017
New Revision: 442177
URL: https://svnweb.freebsd.org/changeset/ports/442177

Log:
  Pet portlint
  
  - Use PLIST_FILES instead of PLIST
  - Do not silence installation messages
  - Update WWW

Deleted:
  head/x11-wm/wmfs/pkg-plist
Modified:
  head/x11-wm/wmfs/Makefile
  head/x11-wm/wmfs/pkg-descr

Modified: head/x11-wm/wmfs/Makefile
==============================================================================
--- head/x11-wm/wmfs/Makefile	Wed May 31 13:10:47 2017	(r442176)
+++ head/x11-wm/wmfs/Makefile	Wed May 31 13:10:52 2017	(r442177)
@@ -25,6 +25,10 @@ CONFIGURE_ARGS=	--prefix ${PREFIX} \
 		--man-prefix ${MANPREFIX}/man \
 		--xdg-config-dir ${PREFIX}/etc/xdg
 
+PLIST_FILES=	bin/wmfs \
+		etc/xdg/wmfs/wmfsrc \
+		man/man1/wmfs.1.gz \
+		share/xsessions/wmfs.desktop
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=		XRANDR XINERAMA IMLIB
@@ -41,6 +45,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/x11-wm/wmfs/pkg-descr
==============================================================================
--- head/x11-wm/wmfs/pkg-descr	Wed May 31 13:10:47 2017	(r442176)
+++ head/x11-wm/wmfs/pkg-descr	Wed May 31 13:10:52 2017	(r442177)
@@ -3,4 +3,4 @@ manager for X. It can be configured with a configurati
 LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm
 standards.
 
-WWW: https://github.com/xorg62/wmfs/
+WWW: https://github.com/xorg62/wmfs


More information about the svn-ports-all mailing list