svn commit: r568391 - in head: sysutils/mxkill x11/mxascii

Cy Schubert cy at FreeBSD.org
Sun Mar 14 14:07:13 UTC 2021


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}
 


More information about the svn-ports-head mailing list