Fix CONFLICTS_INSTALL variables to contain packages names instead of

ports origins. While origins work fine this is against what Porter's
Handbook advises.

PR:		219389
Submitted by:	myself
Approved by:	garga (maintainer)
This commit is contained in:
Pawel Pekala 2017-05-18 21:20:30 +00:00
parent 4523bda13f
commit 07cce177cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441201
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libxcb-xrm.so:x11/xcb-util-xrm \
libxkbcommon.so:x11/libxkbcommon
CONFLICTS_INSTALL= x11-wm/awesome3
CONFLICTS_INSTALL= awesome3-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= awesomewm

View File

@ -34,7 +34,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libxcb-icccm.so:x11/xcb-util-wm \
libImlib2.so:graphics/imlib2
CONFLICTS_INSTALL= x11-wm/awesome
CONFLICTS_INSTALL= awesome-[0-9]*
DEPRECATED= Awesome WM 3.x is deprecated use 4.x instead
EXPIRATION_DATE=2017-10-10