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/gnome-icons-snowish | |
parent | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (diff) |
Notes
Diffstat (limited to 'x11-themes/gnome-icons-snowish')
-rw-r--r-- | x11-themes/gnome-icons-snowish/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/gnome-icons-snowish/Makefile b/x11-themes/gnome-icons-snowish/Makefile index 0debfa07545e..014b0a2872e2 100644 --- a/x11-themes/gnome-icons-snowish/Makefile +++ b/x11-themes/gnome-icons-snowish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Snowish Iconset -# Date created: 13 Feb 2006 -# Whom: Babak Farrokhi <babak@farrokhi.net> -# +# Created by: Babak Farrokhi <babak@farrokhi.net> # $FreeBSD$ -# PORTNAME= snowish PORTVERSION= 1.0 @@ -20,5 +16,6 @@ USE_BZIP2= yes #WRKSRC= ${WRKDIR}/snowish-Icons-${PORTVERSION} +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include <bsd.port.mk> |