diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:54:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:54:03 +0000 |
commit | a67d6da3fe404422301c6100d73d80d66f222793 (patch) | |
tree | a722e5e9979458311291108139ad3ab6ca7cea31 /x11-themes/gtk-gray-theme | |
parent | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-gray-theme')
-rw-r--r-- | x11-themes/gtk-gray-theme/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile index d47de1bb5517..27c6e2b05dfc 100644 --- a/x11-themes/gtk-gray-theme/Makefile +++ b/x11-themes/gtk-gray-theme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-gray-theme -# Date Created: 2006 FEB 11 -# Whom: Babak Farrokhi <babak@farrokhi.net> -# +# Created by: Babak Farrokhi <babak@farrokhi.net> # $FreeBSD$ -# PORTNAME= gtk-gray-theme PORTVERSION= 1.7 @@ -20,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango NO_BUILD= yes USE_GNOME= gtk20 +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/themes/Gray/gtk-2.0 ${MKDIR} ${PREFIX}/share/themes/Gray-Flat/gtk-2.0 |