diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /x11-themes/clearlooks-metacity/Makefile | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'x11-themes/clearlooks-metacity/Makefile')
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index d879f399aafd..705bbfc40bd5 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.1 2005/08/08 15:27:13 kwm Exp $ +# $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.3 2007/09/10 15:44:29 mezz Exp $ # PORTNAME= clearlooks-metacity PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.stellingwerff.com/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,12 +22,12 @@ CONFLICTS= gnome-themes-2.11.9[1-9]* gnome-themes-2.* WRKSRC= ${WRKDIR}/Clearlooks/metacity-1/ USE_GNOME= metacity gnomeprefix USE_X_PREFIX= yes -DATADIR= share/gnome/themes/Clearlooks/metacity-1 +DATADIR= share/themes/Clearlooks/metacity-1 NO_BUILD= yes PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml PLIST_DIRS= %%DATADIR%% \ - share/gnome/themes/Clearlooks + share/themes/Clearlooks do-install: ${MKDIR} ${PREFIX}/${DATADIR} |