diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-30 08:42:38 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-30 08:42:38 +0800 |
commit | 7fca57f91983069479a4c24f4fc7711cbd8b979e (patch) | |
tree | 7a4eb5bf52b6f4e84748d850ff697a22146e53cf /x11-themes/clearlooks-metacity | |
parent | b54c5087d270c725e2d6d4daa5aa01863eed9d97 (diff) | |
download | freebsd-ports-gnome-7fca57f91983069479a4c24f4fc7711cbd8b979e.tar.gz freebsd-ports-gnome-7fca57f91983069479a4c24f4fc7711cbd8b979e.tar.zst freebsd-ports-gnome-7fca57f91983069479a4c24f4fc7711cbd8b979e.zip |
- Fix plist in clearlooks
clearlooks & clearlooks-themes (as of version 0.6.1) install metacity theme AGAIN
so you will need to pkg_delete clearlooks-metacity and uprade clearlooks[-themes]
to fix plist problems.
- Register CONFLICTS with clearlooks[-themes] and clearlooks-metacity
Diffstat (limited to 'x11-themes/clearlooks-metacity')
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index 5c945b3bc02f..2fe0839f3847 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -7,6 +7,7 @@ PORTNAME= clearlooks-metacity PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clearlooks @@ -14,6 +15,8 @@ MASTER_SITE_SUBDIR= clearlooks MAINTAINER= ahze@FreeBSD.org COMMENT= Clearlooks Metacity theme +CONFLICTS= clearlooks-[0-9]* clearlooks-themes-[0-9]* + WRKSRC= ${WRKDIR}/Clearlooks/metacity-1/ USE_GNOME= metacity gnomeprefix USE_X_PREFIX= yes |