diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:54:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:54:03 +0800 |
commit | c80d47b4ee8b5d248af3e3d557b961120f83a454 (patch) | |
tree | a722e5e9979458311291108139ad3ab6ca7cea31 /x11-themes/icons-tango-extras | |
parent | f62135ce74fb0d80b73e4ebf4fa42608418c9b5a (diff) | |
download | freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.tar.gz freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.tar.zst freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-themes)
Diffstat (limited to 'x11-themes/icons-tango-extras')
-rw-r--r-- | x11-themes/icons-tango-extras/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile index 4abdc8dc0960..46630e1b8c35 100644 --- a/x11-themes/icons-tango-extras/Makefile +++ b/x11-themes/icons-tango-extras/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: icons-tango-extras -# Date created: Feb 7 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= icons-tango-extras PORTVERSION= 0.1.0 @@ -27,4 +22,5 @@ USE_GMAKE= yes USE_GNOME= intlhack INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.mk> |