Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2021 14:07:12 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568391 - in head: sysutils/mxkill x11/mxascii
Message-ID:  <202103141407.12EE7CPW023381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun Mar 14 14:07:12 2021
New Revision: 568391
URL: https://svnweb.freebsd.org/changeset/ports/568391

Log:
  sysutils/mxkill, sysutils/mxascii: remove redunant +=
  
  I had copied deskutils/plan to build these ports and neglected
  to remove the += as deskutils deskutils/plan a master for a slave port.
  
  Reported by:	dvl

Modified:
  head/sysutils/mxkill/Makefile   (contents, props changed)
  head/x11/mxascii/Makefile   (contents, props changed)

Modified: head/sysutils/mxkill/Makefile
==============================================================================
--- head/sysutils/mxkill/Makefile	Sun Mar 14 13:55:58 2021	(r568390)
+++ head/sysutils/mxkill/Makefile	Sun Mar 14 14:07:12 2021	(r568391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mxkill
 PORTVERSION=	1.2
-CATEGORIES+=	sysutils
+CATEGORIES=	sysutils
 MASTER_SITES=	https://www.muquit.com/muquit/software/mxkill/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 

Modified: head/x11/mxascii/Makefile
==============================================================================
--- head/x11/mxascii/Makefile	Sun Mar 14 13:55:58 2021	(r568390)
+++ head/x11/mxascii/Makefile	Sun Mar 14 14:07:12 2021	(r568391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mxascii
 PORTVERSION=	1.1
-CATEGORIES+=	x11
+CATEGORIES=	x11
 MASTER_SITES=	https://www.muquit.com/muquit/software/mxascii/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 



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