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-milk-theme | |
parent | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (diff) | |
download | ports-a67d6da3fe404422301c6100d73d80d66f222793.tar.gz ports-a67d6da3fe404422301c6100d73d80d66f222793.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-milk-theme')
-rw-r--r-- | x11-themes/gtk-milk-theme/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/gtk-milk-theme/Makefile b/x11-themes/gtk-milk-theme/Makefile index dd5c878ba135..406975f54ccb 100644 --- a/x11-themes/gtk-milk-theme/Makefile +++ b/x11-themes/gtk-milk-theme/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: Milk (gtk20 theme/master) -# Date created: 28 Feb 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-themes/gtk-milk-theme/Makefile,v 1.4 2007/08/07 04:37:40 mezz Exp $ -# PORTNAME= milk PORTVERSION= 2.1 @@ -35,6 +31,7 @@ PLIST_SUB+= GTK20="@comment " METACITY="" USE_GNOME= gnomehier .endif +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 |