diff options
author | pawel <pawel@FreeBSD.org> | 2017-05-19 05:20:30 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-05-19 05:20:30 +0800 |
commit | 89182bfebfe11509c70649dbdd15484040f39d91 (patch) | |
tree | 74cc355ae5b2799820a354e7582df144a68e13f1 /x11-wm | |
parent | 51ed0f403f3de4b45d4c1d88cec0ce91c9ef6718 (diff) | |
download | freebsd-ports-gnome-89182bfebfe11509c70649dbdd15484040f39d91.tar.gz freebsd-ports-gnome-89182bfebfe11509c70649dbdd15484040f39d91.tar.zst freebsd-ports-gnome-89182bfebfe11509c70649dbdd15484040f39d91.zip |
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)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/awesome/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/awesome3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 82cccdcb63a4..29680b5044a2 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -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 diff --git a/x11-wm/awesome3/Makefile b/x11-wm/awesome3/Makefile index 6d0f50cc3c4f..4f3063790a3e 100644 --- a/x11-wm/awesome3/Makefile +++ b/x11-wm/awesome3/Makefile @@ -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 |