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/kde-icons-graphite-rade8 | |
parent | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-themes)
Notes
Notes:
svn path=/head/; revision=327783
Diffstat (limited to 'x11-themes/kde-icons-graphite-rade8')
-rw-r--r-- | x11-themes/kde-icons-graphite-rade8/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/kde-icons-graphite-rade8/Makefile b/x11-themes/kde-icons-graphite-rade8/Makefile index 512a94ecee43..2130797421dd 100644 --- a/x11-themes/kde-icons-graphite-rade8/Makefile +++ b/x11-themes/kde-icons-graphite-rade8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: KDE iconset Graphite-rade8 -# Date created: Fri Feb 13 11:24:29 UTC 2004 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= graphite-rade8 PORTVERSION= 1.03 @@ -15,4 +11,5 @@ COMMENT= KDE Mac OS X like iconset, most from rad-e8 design USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME:C|-${PORTVERSION}$||} +NO_STAGE= yes .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |