svn commit: r519315 - head/x11-toolkits/v

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 8 16:49:03 UTC 2019


Author: sunpoet
Date: Sun Dec  8 16:49:03 2019
New Revision: 519315
URL: https://svnweb.freebsd.org/changeset/ports/519315

Log:
  Add PKGNAMESUFFIX to avoid PKGBASE conflict with lang/v
  
  - While I'm here, sort PLIST

Modified:
  head/x11-toolkits/v/Makefile

Modified: head/x11-toolkits/v/Makefile
==============================================================================
--- head/x11-toolkits/v/Makefile	Sun Dec  8 16:47:43 2019	(r519314)
+++ head/x11-toolkits/v/Makefile	Sun Dec  8 16:49:03 2019	(r519315)
@@ -8,6 +8,7 @@ CATEGORIES=	x11-toolkits devel graphics
 MASTER_SITES=	SF/${PORTNAME}gui/V%20GUI/${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${DISTNAME}a-patch${EXTRACT_SUFX}
+PKGNAMESUFFIX=	gui
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ GUI development framework for X11 and Microsoft Windows


More information about the svn-ports-all mailing list