diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:54:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:54:03 +0800 |
commit | c80d47b4ee8b5d248af3e3d557b961120f83a454 (patch) | |
tree | a722e5e9979458311291108139ad3ab6ca7cea31 /x11-themes/clearlooks-metacity | |
parent | f62135ce74fb0d80b73e4ebf4fa42608418c9b5a (diff) | |
download | freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.tar.gz freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.tar.zst freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-themes)
Diffstat (limited to 'x11-themes/clearlooks-metacity')
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index 6e7a350d8378..3488320a4cb3 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: clearlooks-metacity -# Date created: 2005-03-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.3 2007/09/10 15:44:29 mezz Exp $ -# PORTNAME= clearlooks-metacity PORTVERSION= 2.0 @@ -28,6 +24,7 @@ PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml PLIST_DIRS= %%DATADIR%% \ share/themes/Clearlooks +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${PREFIX}/${DATADIR} |