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-ximian-south | |
parent | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (diff) | |
download | ports-a67d6da3fe404422301c6100d73d80d66f222793.tar.gz ports-a67d6da3fe404422301c6100d73d80d66f222793.zip |
Notes
Diffstat (limited to 'x11-themes/gnome-icons-ximian-south')
-rw-r--r-- | x11-themes/gnome-icons-ximian-south/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/gnome-icons-ximian-south/Makefile b/x11-themes/gnome-icons-ximian-south/Makefile index 3f23992ef502..6ae2fe34805c 100644 --- a/x11-themes/gnome-icons-ximian-south/Makefile +++ b/x11-themes/gnome-icons-ximian-south/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Ximian-South -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -24,5 +20,6 @@ RESTRICTED= ${REASON} WRKSRC= "${WRKDIR}/${PORTNAME}" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include <bsd.port.mk> |