svn commit: r478495 - head/x11-wm/i3

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 30 20:50:30 UTC 2018


Author: yuri
Date: Thu Aug 30 20:50:29 2018
New Revision: 478495
URL: https://svnweb.freebsd.org/changeset/ports/478495

Log:
  x11-wm/i3: Add CONFLICTS_INSTALL=i3-gaps
  
  x11-wm/i3-gaps was added today.
  
  PR:		230266
  Submitted by:	Dmitri Goutnik <dg at syrec.org>

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Thu Aug 30 20:47:55 2018	(r478494)
+++ head/x11-wm/i3/Makefile	Thu Aug 30 20:50:29 2018	(r478495)
@@ -36,6 +36,8 @@ USE_PERL5=	run
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 INSTALL_TARGET=	install-strip
 
+CONFLICTS_INSTALL=	i3-gaps
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 


More information about the svn-ports-all mailing list