Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 13:10:52 +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: r442177 - head/x11-wm/wmfs
Message-ID:  <201705311310.v4VDAq2h037127@repo.freebsd.org>

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



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