Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2017 14:47:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450593 - head/x11-wm/i3
Message-ID:  <201709251447.v8PElXWI095111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 25 14:47:32 2017
New Revision: 450593
URL: https://svnweb.freebsd.org/changeset/ports/450593

Log:
  Pet portlint
  
  PR:		222596
  Submitted by:	gahr

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Mon Sep 25 14:06:02 2017	(r450592)
+++ head/x11-wm/i3/Makefile	Mon Sep 25 14:47:32 2017	(r450593)
@@ -27,8 +27,8 @@ RUN_DEPENDS=	p5-IPC-Run>=0:devel/p5-IPC-Run \
 		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
 		p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3
 
-USE_XORG=	xcb
 USES=		pkgconfig gmake iconv perl5 tar:bzip2
+USE_XORG=	xcb
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
 CONFIGURE_ENV=	ac_cv_path_PATH_ASCIIDOC=""
@@ -37,7 +37,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 INSTALL_TARGET=	install-strip
 
 post-install:
-	@${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
-
+	${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 
 .include <bsd.port.mk>



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