aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-28 23:12:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-28 23:12:08 +0800
commitde752b010fb47177e91b0fdaba86b8bed0953a23 (patch)
tree58ba1f9e6936e38c122312fb30654769fdcc168c
parent394e580dfdb04342c2e457ced400908e4dd5c88e (diff)
downloadgsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.gz
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.zst
gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.zip
Including <glib-object.h> directly is rarely needed.
-rw-r--r--a11y/ea-factory.h1
-rw-r--r--a11y/gal-a11y-factory.h1
-rw-r--r--addressbook/gui/widgets/eab-config.h2
-rw-r--r--addressbook/gui/widgets/gal-view-factory-minicard.h1
-rw-r--r--addressbook/util/eab-book-util.c1
-rw-r--r--calendar/gui/e-cal-config.h2
-rw-r--r--calendar/gui/e-cal-event.h1
-rw-r--r--e-util/e-extension.h1
-rw-r--r--e-util/e-sorter-array.h1
-rw-r--r--em-format/em-format.h1
-rw-r--r--filter/e-filter-rule.h2
-rw-r--r--filter/e-rule-context.h1
-rw-r--r--mail/e-mail-tab-picker.h1
-rw-r--r--mail/e-mail-tab.h1
-rw-r--r--mail/em-event.h2
-rw-r--r--mail/mail-folder-cache.c1
-rw-r--r--plugins/external-editor/external-editor.c1
-rw-r--r--shell/es-event.h2
-rw-r--r--widgets/menus/gal-view-collection.h1
-rw-r--r--widgets/menus/gal-view-factory.h1
-rw-r--r--widgets/menus/gal-view-instance.h1
-rw-r--r--widgets/misc/e-selection-model-array.h1
-rw-r--r--widgets/table/e-table-header.c1
-rw-r--r--widgets/table/e-table-model.c2
-rw-r--r--widgets/text/e-reflow-model.h1
-rw-r--r--widgets/text/e-text.c1
-rw-r--r--widgets/text/gal-a11y-e-text-factory.h1
-rw-r--r--widgets/text/gal-a11y-e-text.h1
28 files changed, 0 insertions, 34 deletions
diff --git a/a11y/ea-factory.h b/a11y/ea-factory.h
index b806d5207d..b156b3b4b2 100644
--- a/a11y/ea-factory.h
+++ b/a11y/ea-factory.h
@@ -27,7 +27,6 @@
#ifndef _EA_FACTORY_H__
#define _EA_FACTORY_H__
-#include <glib-object.h>
#include <atk/atkobject.h>
#define EA_FACTORY_PARTA_GOBJECT(type, type_as_function, opt_create_accessible) \
diff --git a/a11y/gal-a11y-factory.h b/a11y/gal-a11y-factory.h
index 678689c2a4..b5df8539b6 100644
--- a/a11y/gal-a11y-factory.h
+++ b/a11y/gal-a11y-factory.h
@@ -25,7 +25,6 @@
#ifndef _GAL_A11Y_FACTORY_H__
#define _GAL_A11Y_FACTORY_H__
-#include <glib-object.h>
#include <atk/atkobject.h>
#include <atk/atkobjectfactory.h>
diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h
index 3c2dabdced..5aa822ea62 100644
--- a/addressbook/gui/widgets/eab-config.h
+++ b/addressbook/gui/widgets/eab-config.h
@@ -24,8 +24,6 @@
#ifndef __EAB_CONFIG_H__
#define __EAB_CONFIG_H__
-#include <glib-object.h>
-
#include "e-util/e-config.h"
#define EAB_TYPE_CONFIG (eab_config_get_type ())
diff --git a/addressbook/gui/widgets/gal-view-factory-minicard.h b/addressbook/gui/widgets/gal-view-factory-minicard.h
index aa27bf9a27..e96c4e455c 100644
--- a/addressbook/gui/widgets/gal-view-factory-minicard.h
+++ b/addressbook/gui/widgets/gal-view-factory-minicard.h
@@ -26,7 +26,6 @@
#ifndef GAL_VIEW_FACTORY_MINICARD_H
#define GAL_VIEW_FACTORY_MINICARD_H
-#include <glib-object.h>
#include <widgets/menus/gal-view-factory.h>
/* Standard GObject macros */
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c
index 6c393595d3..638f536c37 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -28,7 +28,6 @@
#include "eab-book-util.h"
#include <string.h>
-#include <glib-object.h>
/*
*
diff --git a/calendar/gui/e-cal-config.h b/calendar/gui/e-cal-config.h
index f92886b1f8..7751c3e42f 100644
--- a/calendar/gui/e-cal-config.h
+++ b/calendar/gui/e-cal-config.h
@@ -24,8 +24,6 @@
#ifndef __E_CAL_CONFIG_H__
#define __E_CAL_CONFIG_H__
-#include <glib-object.h>
-
#include <libecal/e-cal.h>
#include "e-util/e-config.h"
diff --git a/calendar/gui/e-cal-event.h b/calendar/gui/e-cal-event.h
index ada03b7bca..d67342e190 100644
--- a/calendar/gui/e-cal-event.h
+++ b/calendar/gui/e-cal-event.h
@@ -24,7 +24,6 @@
#ifndef __E_CAL_EVENT_H__
#define __E_CAL_EVENT_H__
-#include <glib-object.h>
#include <libedataserver/e-source-list.h>
#include "e-util/e-event.h"
diff --git a/e-util/e-extension.h b/e-util/e-extension.h
index e9eee64a62..bce2980e0e 100644
--- a/e-util/e-extension.h
+++ b/e-util/e-extension.h
@@ -19,7 +19,6 @@
#ifndef E_EXTENSION_H
#define E_EXTENSION_H
-#include <glib-object.h>
#include <e-util/e-extensible.h>
/* Standard GObject macros */
diff --git a/e-util/e-sorter-array.h b/e-util/e-sorter-array.h
index 4e69359e86..5fb9c31f6b 100644
--- a/e-util/e-sorter-array.h
+++ b/e-util/e-sorter-array.h
@@ -23,7 +23,6 @@
#ifndef _E_SORTER_ARRAY_H_
#define _E_SORTER_ARRAY_H_
-#include <glib-object.h>
#include <e-util/e-sorter.h>
G_BEGIN_DECLS
diff --git a/em-format/em-format.h b/em-format/em-format.h
index 06aa127cea..d78cfee9ee 100644
--- a/em-format/em-format.h
+++ b/em-format/em-format.h
@@ -28,7 +28,6 @@
#ifndef EM_FORMAT_H
#define EM_FORMAT_H
-#include <glib-object.h>
#include <camel/camel.h>
/* Standard GObject macros */
diff --git a/filter/e-filter-rule.h b/filter/e-filter-rule.h
index 75f003b0e0..29ba21c451 100644
--- a/filter/e-filter-rule.h
+++ b/filter/e-filter-rule.h
@@ -24,8 +24,6 @@
#ifndef E_FILTER_RULE_H
#define E_FILTER_RULE_H
-#include <glib-object.h>
-
#include "e-filter-part.h"
/* Standard GObject macros */
diff --git a/filter/e-rule-context.h b/filter/e-rule-context.h
index 102faef1b6..a2a2d2df97 100644
--- a/filter/e-rule-context.h
+++ b/filter/e-rule-context.h
@@ -25,7 +25,6 @@
#ifndef E_RULE_CONTEXT_H
#define E_RULE_CONTEXT_H
-#include <glib-object.h>
#include <libxml/parser.h>
#include "e-filter-part.h"
diff --git a/mail/e-mail-tab-picker.h b/mail/e-mail-tab-picker.h
index 0ee2c68fb1..5d6ae61182 100644
--- a/mail/e-mail-tab-picker.h
+++ b/mail/e-mail-tab-picker.h
@@ -19,7 +19,6 @@
#ifndef _E_MAIL_TAB_PICKER_H
#define _E_MAIL_TAB_PICKER_H
-#include <glib-object.h>
#include <clutter/clutter.h>
#include <mx/mx.h>
#include "e-mail-tab.h"
diff --git a/mail/e-mail-tab.h b/mail/e-mail-tab.h
index 55d69b8ba7..b8f9abf18e 100644
--- a/mail/e-mail-tab.h
+++ b/mail/e-mail-tab.h
@@ -19,7 +19,6 @@
#ifndef _E_MAIL_TAB_H
#define _E_MAIL_TAB_H
-#include <glib-object.h>
#include <clutter/clutter.h>
#include <mx/mx.h>
diff --git a/mail/em-event.h b/mail/em-event.h
index 644ba211ef..f1cd25c59c 100644
--- a/mail/em-event.h
+++ b/mail/em-event.h
@@ -24,8 +24,6 @@
#ifndef EM_EVENT_H
#define EM_EVENT_H
-#include <glib-object.h>
-
#include "e-util/e-event.h"
#include "composer/e-msg-composer.h"
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index 5832a2088c..39dce1f0bb 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -36,7 +36,6 @@
#include <time.h>
#include <glib/gi18n.h>
-#include <glib-object.h>
#include <glib/gstdio.h>
#include <libedataserver/e-data-server-util.h>
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c
index 663d237434..938215945e 100644
--- a/plugins/external-editor/external-editor.c
+++ b/plugins/external-editor/external-editor.c
@@ -32,7 +32,6 @@
#include <e-msg-composer.h>
#include <glib/gi18n-lib.h>
-#include <glib-object.h>
#include <glib/gstdio.h>
#include <gdk/gdkkeysyms.h>
diff --git a/shell/es-event.h b/shell/es-event.h
index 9729d6f481..31823d118f 100644
--- a/shell/es-event.h
+++ b/shell/es-event.h
@@ -24,8 +24,6 @@
#ifndef __ES_EVENT_H__
#define __ES_EVENT_H__
-#include <glib-object.h>
-
#include "e-util/e-event.h"
G_BEGIN_DECLS
diff --git a/widgets/menus/gal-view-collection.h b/widgets/menus/gal-view-collection.h
index f5fb498923..a8dc3124e0 100644
--- a/widgets/menus/gal-view-collection.h
+++ b/widgets/menus/gal-view-collection.h
@@ -23,7 +23,6 @@
#ifndef _GAL_VIEW_SET_H_
#define _GAL_VIEW_SET_H_
-#include <glib-object.h>
#include <menus/gal-view-factory.h>
G_BEGIN_DECLS
diff --git a/widgets/menus/gal-view-factory.h b/widgets/menus/gal-view-factory.h
index 7b523cb407..92c3df45ac 100644
--- a/widgets/menus/gal-view-factory.h
+++ b/widgets/menus/gal-view-factory.h
@@ -24,7 +24,6 @@
#ifndef GAL_VIEW_FACTORY_H
#define GAL_VIEW_FACTORY_H
-#include <glib-object.h>
#include <menus/gal-view.h>
/* Standard GObject macros */
diff --git a/widgets/menus/gal-view-instance.h b/widgets/menus/gal-view-instance.h
index 2ca4e86de1..7495f0fa8f 100644
--- a/widgets/menus/gal-view-instance.h
+++ b/widgets/menus/gal-view-instance.h
@@ -24,7 +24,6 @@
#ifndef _GAL_VIEW_INSTANCE_H_
#define _GAL_VIEW_INSTANCE_H_
-#include <glib-object.h>
#include <menus/gal-view-collection.h>
G_BEGIN_DECLS
diff --git a/widgets/misc/e-selection-model-array.h b/widgets/misc/e-selection-model-array.h
index 2f7687b578..4e59789d95 100644
--- a/widgets/misc/e-selection-model-array.h
+++ b/widgets/misc/e-selection-model-array.h
@@ -24,7 +24,6 @@
#ifndef _E_SELECTION_MODEL_ARRAY_H_
#define _E_SELECTION_MODEL_ARRAY_H_
-#include <glib-object.h>
#include <misc/e-selection-model.h>
#include <e-util/e-bit-array.h>
diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c
index 9950ee69e4..90dec061c1 100644
--- a/widgets/table/e-table-header.c
+++ b/widgets/table/e-table-header.c
@@ -27,7 +27,6 @@
#include <string.h>
-#include <glib-object.h>
#include <gtk/gtk.h>
#include "e-util/e-util.h"
diff --git a/widgets/table/e-table-model.c b/widgets/table/e-table-model.c
index 51d1a9d81b..77b462ec2a 100644
--- a/widgets/table/e-table-model.c
+++ b/widgets/table/e-table-model.c
@@ -25,8 +25,6 @@
#include <config.h>
#endif
-#include <glib-object.h>
-
#include "e-util/e-util.h"
#include "e-table-model.h"
diff --git a/widgets/text/e-reflow-model.h b/widgets/text/e-reflow-model.h
index 56da24764b..224a6ab4e3 100644
--- a/widgets/text/e-reflow-model.h
+++ b/widgets/text/e-reflow-model.h
@@ -24,7 +24,6 @@
#ifndef _E_REFLOW_MODEL_H_
#define _E_REFLOW_MODEL_H_
-#include <glib-object.h>
#include <libgnomecanvas/libgnomecanvas.h>
G_BEGIN_DECLS
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index 9c97a6664f..175eea65d7 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -43,7 +43,6 @@
#include <ctype.h>
#include <string.h>
-#include <glib-object.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
diff --git a/widgets/text/gal-a11y-e-text-factory.h b/widgets/text/gal-a11y-e-text-factory.h
index 2364eae23e..1e66d34ff8 100644
--- a/widgets/text/gal-a11y-e-text-factory.h
+++ b/widgets/text/gal-a11y-e-text-factory.h
@@ -23,7 +23,6 @@
#ifndef __GAL_A11Y_E_TEXT_FACTORY_H__
#define __GAL_A11Y_E_TEXT_FACTORY_H__
-#include <glib-object.h>
#include <atk/atkobjectfactory.h>
#define GAL_A11Y_TYPE_E_TEXT_FACTORY (gal_a11y_e_text_factory_get_type ())
diff --git a/widgets/text/gal-a11y-e-text.h b/widgets/text/gal-a11y-e-text.h
index b56d43553c..adf2833a19 100644
--- a/widgets/text/gal-a11y-e-text.h
+++ b/widgets/text/gal-a11y-e-text.h
@@ -24,7 +24,6 @@
#ifndef __GAL_A11Y_E_TEXT_H__
#define __GAL_A11Y_E_TEXT_H__
-#include <glib-object.h>
#include <table/e-table-item.h>
#define GAL_A11Y_TYPE_E_TEXT (gal_a11y_e_text_get_type ())
td class='none' style='width: 0.0%;'/> -rw-r--r--net/pear-Horde_Kolab_Server/Makefile1
-rw-r--r--net/pear-Horde_Kolab_Session/Makefile1
-rw-r--r--net/pear-Horde_Ldap/Makefile1
-rw-r--r--net/pear-Horde_Rpc/Makefile1
-rw-r--r--net/pear-Horde_Scribe/Makefile1
-rw-r--r--net/pear-Horde_Socket_Client/Makefile1
-rw-r--r--net/pear-Horde_Url/Makefile1
-rw-r--r--net/pear-Net_CDDB/Makefile1
-rw-r--r--net/pear-Net_CheckIP/Makefile1
-rw-r--r--net/pear-Net_DIME/Makefile1
-rw-r--r--net/pear-Net_DNSBL/Makefile1
-rw-r--r--net/pear-Net_Dict/Makefile1
-rw-r--r--net/pear-Net_Finger/Makefile1
-rw-r--r--net/pear-Net_Geo/Makefile1
-rw-r--r--net/pear-Net_GeoIP/Makefile1
-rw-r--r--net/pear-Net_IDNA/Makefile1
-rw-r--r--net/pear-Net_IPv4/Makefile1
-rw-r--r--net/pear-Net_IPv6/Makefile1
-rw-r--r--net/pear-Net_Ident/Makefile1
-rw-r--r--net/pear-Net_LDAP/Makefile1
-rw-r--r--net/pear-Net_LDAP2/Makefile1
-rw-r--r--net/pear-Net_MAC/Makefile1
-rw-r--r--net/pear-Net_NNTP/Makefile1
-rw-r--r--net/pear-Net_Nmap/Makefile1
-rw-r--r--net/pear-Net_POP3/Makefile1
-rw-r--r--net/pear-Net_Ping/Makefile1
-rw-r--r--net/pear-Net_SMS/Makefile1
-rw-r--r--net/pear-Net_SMTP/Makefile1
-rw-r--r--net/pear-Net_Server/Makefile1
-rw-r--r--net/pear-Net_Sieve/Makefile1
-rw-r--r--net/pear-Net_Socket/Makefile1
-rw-r--r--net/pear-Net_Traceroute/Makefile1
-rw-r--r--net/pear-Net_URL/Makefile1
-rw-r--r--net/pear-Net_URL2/Makefile1
-rw-r--r--net/pear-Net_URL_Mapper/Makefile1
-rw-r--r--net/pear-Net_UserAgent_Detect/Makefile1
-rw-r--r--net/pear-Net_UserAgent_Mobile/Makefile1
-rw-r--r--net/pear-Net_Vpopmaild/Makefile1
-rw-r--r--net/pear-Net_Whois/Makefile1
-rw-r--r--net/pear-SOAP/Makefile1
-rw-r--r--net/pear-Services_Pingback/Makefile1
-rw-r--r--net/pear-Services_Twitter/Makefile1
-rw-r--r--net/pear-URI_Template/Makefile1
-rw-r--r--net/pear-XML_RPC/Makefile1
-rw-r--r--net/pear-XML_RPC2/Makefile1
-rw-r--r--print/pear-File_PDF/Makefile1
-rw-r--r--security/pear-Auth/Makefile1
-rw-r--r--security/pear-Auth_HTTP/Makefile1
-rw-r--r--security/pear-Auth_OpenID/Makefile1
-rw-r--r--security/pear-Auth_PrefManager/Makefile1
-rw-r--r--security/pear-Crypt_Blowfish/Makefile1
-rw-r--r--security/pear-Crypt_CBC/Makefile1
-rw-r--r--security/pear-Crypt_CHAP/Makefile1
-rw-r--r--security/pear-Crypt_DiffieHellman/Makefile1
-rw-r--r--security/pear-Crypt_GPG/Makefile1
-rw-r--r--security/pear-Crypt_HMAC2/Makefile1
-rw-r--r--security/pear-Crypt_MicroID/Makefile1
-rw-r--r--security/pear-Crypt_RC4/Makefile1
-rw-r--r--security/pear-Crypt_RSA/Makefile1
-rw-r--r--security/pear-Crypt_XXTEA/Makefile1
-rw-r--r--security/pear-File_HtAccess/Makefile1
-rw-r--r--security/pear-File_Passwd/Makefile1
-rw-r--r--security/pear-File_SMBPasswd/Makefile1
-rw-r--r--security/pear-HTML_Crypt/Makefile1
-rw-r--r--security/pear-Horde_Auth/Makefile1
-rw-r--r--security/pear-Horde_Crypt/Makefile1
-rw-r--r--security/pear-Horde_Crypt_Blowfish/Makefile1
-rw-r--r--security/pear-Horde_Group/Makefile1
-rw-r--r--security/pear-Horde_Oauth/Makefile1
-rw-r--r--security/pear-Horde_Perms/Makefile1
-rw-r--r--security/pear-Horde_Secret/Makefile1
-rw-r--r--security/pear-Horde_Share/Makefile1
-rw-r--r--security/pear-LiveUser/Makefile1
-rw-r--r--security/pear-LiveUser_Admin/Makefile1
-rw-r--r--security/pear-Net_Portscan/Makefile1
-rw-r--r--security/pear-Text_Password/Makefile1
-rw-r--r--shells/pear-PHP_Shell/Makefile1
-rw-r--r--sysutils/pear-Cache/Makefile1
-rw-r--r--sysutils/pear-Cache_Lite/Makefile1
-rw-r--r--sysutils/pear-File/Makefile1
-rw-r--r--sysutils/pear-File_Find/Makefile1
-rw-r--r--sysutils/pear-File_Fstab/Makefile1
-rw-r--r--sysutils/pear-File_Gettext/Makefile1
-rw-r--r--sysutils/pear-Horde_Log/Makefile1
-rw-r--r--sysutils/pear-Horde_Vfs/Makefile1
-rw-r--r--sysutils/pear-I18Nv2/Makefile1
-rw-r--r--sysutils/pear-Log/Makefile1
-rw-r--r--sysutils/pear-Translation2/Makefile1
-rw-r--r--textproc/pear-File_Fortune/Makefile1
-rw-r--r--textproc/pear-File_MARC/Makefile1
-rw-r--r--textproc/pear-Horde_Kolab_Format/Makefile1
-rw-r--r--textproc/pear-Horde_Pdf/Makefile1
-rw-r--r--textproc/pear-Horde_SpellChecker/Makefile1
-rw-r--r--textproc/pear-Horde_Text_Diff/Makefile1
-rw-r--r--textproc/pear-Horde_Text_Filter/Makefile1
-rw-r--r--textproc/pear-Horde_Text_Filter_Csstidy/Makefile1
-rw-r--r--textproc/pear-Horde_Text_Flowed/Makefile1
-rw-r--r--textproc/pear-Horde_Xml_Element/Makefile1
-rw-r--r--textproc/pear-Horde_Xml_Wbxml/Makefile1
-rw-r--r--textproc/pear-Numbers_Roman/Makefile1
-rw-r--r--textproc/pear-Numbers_Words/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_XML/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_XML/Makefile1
-rw-r--r--textproc/pear-Symfony_Component_Yaml/Makefile1
-rw-r--r--textproc/pear-Text_Highlighter/Makefile1
-rw-r--r--textproc/pear-Text_Template/Makefile1
-rw-r--r--textproc/pear-XML_Beautifier/Makefile1
-rw-r--r--textproc/pear-XML_DTD/Makefile1
-rw-r--r--textproc/pear-XML_Feed_Parser/Makefile1
-rw-r--r--textproc/pear-XML_HTMLSax/Makefile1
-rw-r--r--textproc/pear-XML_Wddx/Makefile1
-rw-r--r--textproc/pear-YAML/Makefile1
-rw-r--r--www/pear-HTML_AJAX/Makefile1
-rw-r--r--www/pear-HTML_TagCloud/Makefile1
-rw-r--r--www/pear-HTTP/Makefile1
-rw-r--r--www/pear-HTTP_Client/Makefile1
-rw-r--r--www/pear-HTTP_Download/Makefile1
-rw-r--r--www/pear-HTTP_FloodControl/Makefile1
-rw-r--r--www/pear-HTTP_Header/Makefile1
-rw-r--r--www/pear-HTTP_Request/Makefile1
-rw-r--r--www/pear-HTTP_Request2/Makefile1
-rw-r--r--www/pear-HTTP_Server/Makefile1
-rw-r--r--www/pear-HTTP_Session2/Makefile1
-rw-r--r--www/pear-HTTP_Upload/Makefile1
-rw-r--r--www/pear-HTTP_WebDAV_Client/Makefile1
-rw-r--r--www/pear-HTTP_WebDAV_Server/Makefile1
-rw-r--r--www/pear-Horde_Browser/Makefile1
-rw-r--r--www/pear-Horde_Css_Parser/Makefile1
-rw-r--r--www/pear-Horde_Dav/Makefile1
-rw-r--r--www/pear-Horde_Editor/Makefile1
-rw-r--r--www/pear-Horde_Feed/Makefile1
-rw-r--r--www/pear-Horde_Form/Makefile1
-rw-r--r--www/pear-Horde_Http/Makefile1
-rw-r--r--www/pear-Horde_Routes/Makefile1
-rw-r--r--www/pear-Horde_Service_Facebook/Makefile1
-rw-r--r--www/pear-Horde_Service_Twitter/Makefile1
-rw-r--r--www/pear-Horde_Service_UrlShortener/Makefile1
-rw-r--r--www/pear-Horde_Service_Weather/Makefile1
-rw-r--r--www/pear-Horde_SessionHandler/Makefile1
-rw-r--r--www/pear-Horde_Template/Makefile1
-rw-r--r--www/pear-Services_Amazon/Makefile1
-rw-r--r--www/pear-Services_Amazon_S3/Makefile1
-rw-r--r--www/pear-Services_Blogging/Makefile1
-rw-r--r--www/pear-Services_Compete/Makefile1
-rw-r--r--www/pear-Services_Delicious/Makefile1
-rw-r--r--www/pear-Services_Digg/Makefile1
-rw-r--r--www/pear-Services_Facebook/Makefile1
-rw-r--r--www/pear-Services_GeoNames/Makefile1
-rw-r--r--www/pear-Services_Google/Makefile1
-rw-r--r--www/pear-Services_OpenSearch/Makefile1
-rw-r--r--www/pear-Services_SharedBook/Makefile1
-rw-r--r--www/pear-Services_ShortURL/Makefile1
-rw-r--r--www/pear-Services_TinyURL/Makefile1
-rw-r--r--www/pear-Services_TwitPic/Makefile1
-rw-r--r--www/pear-Services_W3C_CSSValidator/Makefile1
-rw-r--r--www/pear-Services_W3C_HTMLValidator/Makefile1
-rw-r--r--www/pear-Services_Yadis/Makefile1
-rw-r--r--www/pear-Services_Yahoo/Makefile1
-rw-r--r--www/pear-Services_urlTea/Makefile1
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Flexy/Makefile1
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Pager/Makefile1
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Smarty/Makefile1
-rw-r--r--www/pear-Text_Wiki/Makefile1
-rw-r--r--www/pear-UDDI/Makefile1
-rw-r--r--www/pear-XML_GRDDL/Makefile1
253 files changed, 0 insertions, 253 deletions
diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile
index 69772f3de90..7af3e1d90c3 100644
--- a/archivers/pear-File_Archive/Makefile
+++ b/archivers/pear-File_Archive/Makefile
@@ -13,7 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type \
RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type \
${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-NO_STAGE= yes
USE_PHP= bz2 pcre zlib
LATEST_LINK= pear-${PORTNAME}
diff --git a/archivers/pear-Horde_Compress/Makefile b/archivers/pear-Horde_Compress/Makefile
index d397123a2fa..b767e195c8a 100644
--- a/archivers/pear-Horde_Compress/Makefile
+++ b/archivers/pear-Horde_Compress/Makefile
@@ -12,7 +12,6 @@ OPTIONS_DEFAULT= ZLIB
OPTIONS_DEFINE= ZLIB
ZLIB_DESC= Depend on PHP zlib extension
-NO_STAGE= yes
USE_HORDE_RUN= Horde_Exception \
Horde_Translation \
Horde_Util \
diff --git a/archivers/pear-Horde_Compress_Fast/Makefile b/archivers/pear-Horde_Compress_Fast/Makefile
index 0a019854508..7226c3fcaf5 100644
--- a/archivers/pear-Horde_Compress_Fast/Makefile
+++ b/archivers/pear-Horde_Compress_Fast/Makefile
@@ -8,7 +8,6 @@ PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Fast Compression Library
-NO_STAGE= yes
USE_HORDE_RUN= Horde_Exception
.include <bsd.port.pre.mk>
diff --git a/archivers/pear-PHP_Archiv/Makefile b/archivers/pear-PHP_Archiv/Makefile
index 3e0e6c98e9a..061cd450a28 100644
--- a/archivers/pear-PHP_Archiv/Makefile
+++ b/archivers/pear-PHP_Archiv/Makefile
@@ -11,7 +11,6 @@ COMMENT= Create and Use PHP Archive files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-NO_STAGE= yes
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
diff --git a/audio/pear-Text_Spell_Audio/Makefile b/audio/pear-Text_Spell_Audio/Makefile
index 1be1ed0f445..e6dd55b85ef 100644
--- a/audio/pear-Text_Spell_Audio/Makefile
+++ b/audio/pear-Text_Spell_Audio/Makefile
@@ -11,7 +11,6 @@ COMMENT= Generates a sound clip saying the contents of a string of characters
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-NO_STAGE= yes
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile
index 2a23a2e7553..0737b8d8a4d 100644
--- a/benchmarks/pear-Benchmark/Makefile
+++ b/benchmarks/pear-Benchmark/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= bcmath
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/comms/pear-Horde_ActiveSync/Makefile b/comms/pear-Horde_ActiveSync/Makefile
index 042bebda306..a191ff1597e 100644
--- a/comms/pear-Horde_ActiveSync/Makefile
+++ b/comms/pear-Horde_ActiveSync/Makefile
@@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Date \
Horde_Support \
Horde_Util
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/comms/pear-Horde_SyncMl/Makefile b/comms/pear-Horde_SyncMl/Makefile
index 004bddbffbb..a32925025b8 100644
--- a/comms/pear-Horde_SyncMl/Makefile
+++ b/comms/pear-Horde_SyncMl/Makefile
@@ -20,7 +20,6 @@ USE_HORDE_RUN= Horde_Date \
USE_HORDE_RUN+= Horde_Auth \
Horde_Core
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/converters/pear-Services_JSON/Makefile b/converters/pear-Services_JSON/Makefile
index 61199c131e7..d476e8da2db 100644
--- a/converters/pear-Services_JSON/Makefile
+++ b/converters/pear-Services_JSON/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile
index d90c18cad2e..f17932696bf 100644
--- a/databases/pear-DB/Makefile
+++ b/databases/pear-DB/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DBA/Makefile b/databases/pear-DBA/Makefile
index ca3d21d99f8..58128b3b01d 100644
--- a/databases/pear-DBA/Makefile
+++ b/databases/pear-DBA/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile
index 5f173ea2350..939f6be8141 100644
--- a/databases/pear-DBA_Relational/Makefile
+++ b/databases/pear-DBA_Relational/Makefile
@@ -15,7 +15,6 @@ PORTSCOUT= skipv:0.19
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DB_DataObject/Makefile b/databases/pear-DB_DataObject/Makefile
index 6ec263af8c2..99381551151 100644
--- a/databases/pear-DB_DataObject/Makefile
+++ b/databases/pear-DB_DataObject/Makefile
@@ -22,7 +22,6 @@ PEAR_VALIDATE_DESC= "PEAR::Validate support"
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPEAR_MDB2}
diff --git a/databases/pear-DB_DataObject_FormBuilder/Makefile b/databases/pear-DB_DataObject_FormBuilder/Makefile
index 116fa18a0ea..af8b58d8232 100644
--- a/databases/pear-DB_DataObject_FormBuilder/Makefile
+++ b/databases/pear-DB_DataObject_FormBuilder/Makefile
@@ -20,7 +20,6 @@ PEAR_HTML_TABLE_DESC= PEAR::HTML_Table support
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DATE}
diff --git a/databases/pear-DB_Pager/Makefile b/databases/pear-DB_Pager/Makefile
index 3a42472af0e..027944d2a67 100644
--- a/databases/pear-DB_Pager/Makefile
+++ b/databases/pear-DB_Pager/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DB_QueryTool/Makefile b/databases/pear-DB_QueryTool/Makefile
index 48aa4733534..90e3e0df14d 100644
--- a/databases/pear-DB_QueryTool/Makefile
+++ b/databases/pear-DB_QueryTool/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile
index 98c02022862..0d61468f859 100644
--- a/databases/pear-DB_Sqlite_Tools/Makefile
+++ b/databases/pear-DB_Sqlite_Tools/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DB_Table/Makefile b/databases/pear-DB_Table/Makefile
index 7e83b5f97e1..800a7f050f8 100644
--- a/databases/pear-DB_Table/Makefile
+++ b/databases/pear-DB_Table/Makefile
@@ -20,7 +20,6 @@ PEAR_DB_DESC= PEAR::DB support
PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_HTML_QUICKFORM}
diff --git a/databases/pear-DB_ldap/Makefile b/databases/pear-DB_ldap/Makefile
index da45837dd7b..8834c0f82f3 100644
--- a/databases/pear-DB_ldap/Makefile
+++ b/databases/pear-DB_ldap/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile
index 4d8842e52e8..a00bc11560c 100644
--- a/databases/pear-DB_ldap2/Makefile
+++ b/databases/pear-DB_ldap2/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP= ldap
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile
index 166a88f6db8..55d5e540b5e 100644
--- a/databases/pear-DoctrineCommon/Makefile
+++ b/databases/pear-DoctrineCommon/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/deve
PEAR_CHANNEL= doctrine
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile
index c2c1960c463..86ae696012e 100644
--- a/databases/pear-DoctrineDBAL/Makefile
+++ b/databases/pear-DoctrineDBAL/Makefile
@@ -32,7 +32,6 @@ PEAR_AUTOINSTALL= yes
USE_PHP= pdo
WANT_PHP_CLI= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDBLIB}
diff --git a/databases/pear-DoctrineORM/Makefile b/databases/pear-DoctrineORM/Makefile
index 8407089a6ca..9efe4d5791f 100644
--- a/databases/pear-DoctrineORM/Makefile
+++ b/databases/pear-DoctrineORM/Makefile
@@ -21,7 +21,6 @@ RUN_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/deve
PEAR_CHANNEL= doctrine
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Horde_Db/Makefile b/databases/pear-Horde_Db/Makefile
index 39333730b38..ecb1aff817b 100644
--- a/databases/pear-Horde_Db/Makefile
+++ b/databases/pear-Horde_Db/Makefile
@@ -18,7 +18,6 @@ USE_HORDE_RUN= Horde_Date \
Horde_Exception \
Horde_Support
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/databases/pear-Horde_HashTable/Makefile b/databases/pear-Horde_HashTable/Makefile
index 8d0652565c1..b84bc9c0daf 100644
--- a/databases/pear-Horde_HashTable/Makefile
+++ b/databases/pear-Horde_HashTable/Makefile
@@ -11,7 +11,6 @@ COMMENT= Horde Hash Table Interface
OPTIONS_DEFINE= MEMCACHE
USE_HORDE_RUN= Horde_Exception
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MMEMCACHE}
diff --git a/databases/pear-Horde_Imsp/Makefile b/databases/pear-Horde_Imsp/Makefile
index 82357bfbca2..024de5616b8 100644
--- a/databases/pear-Horde_Imsp/Makefile
+++ b/databases/pear-Horde_Imsp/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde IMSP API
USE_HORDE_RUN= Horde_Translation
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Horde_Memcache/Makefile b/databases/pear-Horde_Memcache/Makefile
index 2f4a16148dc..5895c12b22a 100644
--- a/databases/pear-Horde_Memcache/Makefile
+++ b/databases/pear-Horde_Memcache/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde Memcache API
USE_PHP= memcache hash
USE_HORDE_RUN= Horde_Exception
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Horde_Mongo/Makefile b/databases/pear-Horde_Mongo/Makefile
index 3a293b2f0b2..08ce72ce03d 100644
--- a/databases/pear-Horde_Mongo/Makefile
+++ b/databases/pear-Horde_Mongo/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde Mongo Configuration
#RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/mongo.so:${PORTSDIR}/databases/pecl-mongo
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB/Makefile b/databases/pear-MDB/Makefile
index 2efac68b1ad..b96e7593d14 100644
--- a/databases/pear-MDB/Makefile
+++ b/databases/pear-MDB/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB2/Makefile b/databases/pear-MDB2/Makefile
index 2bca5f32695..f359f4e83b8 100644
--- a/databases/pear-MDB2/Makefile
+++ b/databases/pear-MDB2/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile
index e69bc1f6354..ae292d57fa2 100644
--- a/databases/pear-MDB2_Driver_mysql/Makefile
+++ b/databases/pear-MDB2_Driver_mysql/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
USE_PHP= mysql
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB2_Driver_mysqli/Makefile b/databases/pear-MDB2_Driver_mysqli/Makefile
index 31c3356f9d2..9ee11c39c5b 100644
--- a/databases/pear-MDB2_Driver_mysqli/Makefile
+++ b/databases/pear-MDB2_Driver_mysqli/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
USE_PHP= mysqli
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB2_Driver_pgsql/Makefile b/databases/pear-MDB2_Driver_pgsql/Makefile
index 93a6139a97f..5e4bd7cdcb9 100644
--- a/databases/pear-MDB2_Driver_pgsql/Makefile
+++ b/databases/pear-MDB2_Driver_pgsql/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
USE_PHP= pgsql
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB2_Schema/Makefile b/databases/pear-MDB2_Schema/Makefile
index 566fb4d66a9..2330a10f884 100644
--- a/databases/pear-MDB2_Schema/Makefile
+++ b/databases/pear-MDB2_Schema/Makefile
@@ -21,7 +21,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB_QueryTool/Makefile b/databases/pear-MDB_QueryTool/Makefile
index b7b12793747..2cb0d78041b 100644
--- a/databases/pear-MDB_QueryTool/Makefile
+++ b/databases/pear-MDB_QueryTool/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS:= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile
index 6b4a0d7c8cd..85abcfbb8b5 100644
--- a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
index a3b6bb9fd57..5ef36444df5 100644
--- a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/dat
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DB/Makefile b/databases/pear-Structures_DataGrid_DataSource_DB/Makefile
index 97e668826bc..e7f3b4f8bc3 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DB/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DB/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
index 5483d7bb87e..eae087c8702 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure
USE_PHP= mysql
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
index dc5a637ad65..b8a18c04695 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure
USE_PHP= mysql
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
index 3a26728474e..a913cf63c75 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure
USE_PHP= mysql
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
index 95c660ce335..7b4d35223bf 100644
--- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure
USE_PHP= mysql
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
index 410cbf1ec82..2d4622df898 100644
--- a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/dat
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/databases/pear-XML_Query2XML/Makefile b/databases/pear-XML_Query2XML/Makefile
index 30e8bec415d..7f5ab5915f6 100644
--- a/databases/pear-XML_Query2XML/Makefile
+++ b/databases/pear-XML_Query2XML/Makefile
@@ -18,7 +18,6 @@ PEAR_NET_LDAP2_DESC= Add support for pear-Net_LDAP2
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_MDB2}
diff --git a/devel/pear-PHP_UML/Makefile b/devel/pear-PHP_UML/Makefile
index 8c3ca760086..8a455881643 100644
--- a/devel/pear-PHP_UML/Makefile
+++ b/devel/pear-PHP_UML/Makefile
@@ -16,7 +16,6 @@ PEAR_AUTOINSTALL= yes
DEFAULT_PHP_VER= 5
USE_PHP= spl xsl
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile
index 2efae405656..888283192a1 100644
--- a/dns/pear-File_DNS/Makefile
+++ b/dns/pear-File_DNS/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/dns/pear-Net_DNS/Makefile b/dns/pear-Net_DNS/Makefile
index 6e5e75f9bd8..4f695da7a93 100644
--- a/dns/pear-Net_DNS/Makefile
+++ b/dns/pear-Net_DNS/Makefile
@@ -16,7 +16,6 @@ PORTSCOUT= skipv:1.00b2,1.00b1
USE_PHP= mhash
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile
index 3d4fc43bfef..935524bcb61 100644
--- a/dns/pear-Net_DNS2/Makefile
+++ b/dns/pear-Net_DNS2/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile
index 15f097fee59..d0ddfc6be9f 100644
--- a/ftp/pear-Net_FTP/Makefile
+++ b/ftp/pear-Net_FTP/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= ftp
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/games/pear-Games_Chess/Makefile b/games/pear-Games_Chess/Makefile
index 5f225d81e66..d4f78bf359a 100644
--- a/games/pear-Games_Chess/Makefile
+++ b/games/pear-Games_Chess/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/graphics/pear-Horde_Image/Makefile b/graphics/pear-Horde_Image/Makefile
index 89e0551c854..0ca613baa76 100644
--- a/graphics/pear-Horde_Image/Makefile
+++ b/graphics/pear-Horde_Image/Makefile
@@ -16,7 +16,6 @@ USE_HORDE_RUN= Horde_Exception \
OPTIONS_DEFINE= GD
GD_DESC= Depend on PHP gd extension
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGD}
diff --git a/graphics/pear-IO_SWF/Makefile b/graphics/pear-IO_SWF/Makefile
index ed3a1330aa6..87b34684bfb 100644
--- a/graphics/pear-IO_SWF/Makefile
+++ b/graphics/pear-IO_SWF/Makefile
@@ -21,7 +21,6 @@ USE_PHP= yes
PEAR_CHANNEL= openpear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/graphics/pear-Image_3D/Makefile b/graphics/pear-Image_3D/Makefile
index 9b7beb0afd1..81d212e2e5d 100644
--- a/graphics/pear-Image_3D/Makefile
+++ b/graphics/pear-Image_3D/Makefile
@@ -17,7 +17,6 @@ LATEST_LINK= pear-${PORTNAME}
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile
index 862a422f43a..dcf5a5c1992 100644
--- a/graphics/pear-Image_Barcode/Makefile
+++ b/graphics/pear-Image_Barcode/Makefile
@@ -20,7 +20,6 @@ PEAR_PHP_COMPAT_DESC= "PEAR::PHP_Compat support"
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPEAR_PHP_COMPAT}
diff --git a/graphics/pear-Image_Barcode2/Makefile b/graphics/pear-Image_Barcode2/Makefile
index a46b8e42a4d..2b54264eea9 100644
--- a/graphics/pear-Image_Barcode2/Makefile
+++ b/graphics/pear-Image_Barcode2/Makefile
@@ -16,7 +16,6 @@ PEAR_AUTOINSTALL= yes
LATEST_LINK= pear-${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/graphics/pear-Image_Canvas/Makefile b/graphics/pear-Image_Canvas/Makefile
index 3f89b47851a..18bfc8d4755 100644
--- a/graphics/pear-Image_Canvas/Makefile
+++ b/graphics/pear-Image_Canvas/Makefile
@@ -19,7 +19,6 @@ PEAR_AUTOINSTALL= yes
LATEST_LINK= pear-Image_Canvas
-NO_STAGE= yes
post-patch:
.for file in ${FILES}
@${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file}
diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile
index 124f5156eb9..2aba90f2dc3 100644
--- a/graphics/pear-Image_Color/Makefile
+++ b/graphics/pear-Image_Color/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PHP= gd
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile
index 86c92555f56..c4c779e4aea 100644
--- a/graphics/pear-Image_Graph/Makefile
+++ b/graphics/pear-Image_Graph/Makefile
@@ -20,7 +20,6 @@ DEFAULT_PHP_VER= 5
LATEST_LINK= pear-Image_Graph
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
# don't modify images
diff --git a/graphics/pear-Image_GraphViz/Makefile b/graphics/pear-Image_GraphViz/Makefile
index 4d4fdde5c77..8154f9e0607 100644
--- a/graphics/pear-Image_GraphViz/Makefile
+++ b/graphics/pear-Image_GraphViz/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/graphics/pear-Image_Transform/Makefile b/graphics/pear-Image_Transform/Makefile
index ef59f9bd104..9471cf94711 100644
--- a/graphics/pear-Image_Transform/Makefile
+++ b/graphics/pear-Image_Transform/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= gd
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/irc/pear-Net_SmartIRC/Makefile b/irc/pear-Net_SmartIRC/Makefile
index 9c59f2c7bcf..bea6823f503 100644
--- a/irc/pear-Net_SmartIRC/Makefile
+++ b/irc/pear-Net_SmartIRC/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Contact_Vcard_Build/Makefile b/mail/pear-Contact_Vcard_Build/Makefile
index c40ce0ea306..f83f54bc699 100644
--- a/mail/pear-Contact_Vcard_Build/Makefile
+++ b/mail/pear-Contact_Vcard_Build/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Contact_Vcard_Parse/Makefile b/mail/pear-Contact_Vcard_Parse/Makefile
index a497c883a1f..05c0aea6579 100644
--- a/mail/pear-Contact_Vcard_Parse/Makefile
+++ b/mail/pear-Contact_Vcard_Parse/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_Imap_Client/Makefile b/mail/pear-Horde_Imap_Client/Makefile
index 10cc33dcdde..a15afae29f4 100644
--- a/mail/pear-Horde_Imap_Client/Makefile
+++ b/mail/pear-Horde_Imap_Client/Makefile
@@ -21,7 +21,6 @@ IMAP_DESC= Require PHP imap extension
MBSTRING_DESC= Require PHP mbstring extension
SASL_DESC= Support SASL Authentication
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MIMAP}
diff --git a/mail/pear-Horde_Kolab_Storage/Makefile b/mail/pear-Horde_Kolab_Storage/Makefile
index 96741cec299..9c9311c1a53 100644
--- a/mail/pear-Horde_Kolab_Storage/Makefile
+++ b/mail/pear-Horde_Kolab_Storage/Makefile
@@ -20,7 +20,6 @@ USE_HORDE_RUN= Horde_Cache \
USE_PHP+= imap
USE_HORDE_RUN+= Horde_Imap_Client
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_ListHeaders/Makefile b/mail/pear-Horde_ListHeaders/Makefile
index 9b843f97ca3..c73bdb93d9b 100644
--- a/mail/pear-Horde_ListHeaders/Makefile
+++ b/mail/pear-Horde_ListHeaders/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde List Headers Parsing Library
USE_HORDE_RUN= Horde_Mail
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_Mail/Makefile b/mail/pear-Horde_Mail/Makefile
index 5c6c2e6bae9..bf4712ae333 100644
--- a/mail/pear-Horde_Mail/Makefile
+++ b/mail/pear-Horde_Mail/Makefile
@@ -16,7 +16,6 @@ USE_HORDE_RUN= Horde_Exception \
# Optional but we want it
RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_Mime/Makefile b/mail/pear-Horde_Mime/Makefile
index 13baeb2fd6e..8c2ffcbc668 100644
--- a/mail/pear-Horde_Mime/Makefile
+++ b/mail/pear-Horde_Mime/Makefile
@@ -15,7 +15,6 @@ USE_HORDE_RUN= Horde_Exception \
Horde_Translation \
Horde_Util
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_Mime_Viewer/Makefile b/mail/pear-Horde_Mime_Viewer/Makefile
index abcfcb40e29..a82395218f3 100644
--- a/mail/pear-Horde_Mime_Viewer/Makefile
+++ b/mail/pear-Horde_Mime_Viewer/Makefile
@@ -24,7 +24,6 @@ USE_HORDE_RUN= Horde_Role \
USE_PHP= xml
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_Smtp/Makefile b/mail/pear-Horde_Smtp/Makefile
index 5baa5078983..ea22078862f 100644
--- a/mail/pear-Horde_Smtp/Makefile
+++ b/mail/pear-Horde_Smtp/Makefile
@@ -13,7 +13,6 @@ USE_HORDE_RUN= Horde_Exception \
Horde_Socket_Client \
Horde_Support
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-MIME_Type/Makefile b/mail/pear-MIME_Type/Makefile
index c1cfda47e12..979ff5820dd 100644
--- a/mail/pear-MIME_Type/Makefile
+++ b/mail/pear-MIME_Type/Makefile
@@ -17,7 +17,6 @@ PEAR_SYSTEM_COMMAND_DESC= PEAR::System_Command support
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_SYSTEM_COMMAND}
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile
index 4d78add6f76..1ee1909fa3b 100644
--- a/mail/pear-Mail/Makefile
+++ b/mail/pear-Mail/Makefile
@@ -18,7 +18,6 @@ LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_NET_SMTP
PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_NET_SMTP}
diff --git a/mail/pear-Mail_Mbox/Makefile b/mail/pear-Mail_Mbox/Makefile
index 57b2299fa36..f20d6da87a3 100644
--- a/mail/pear-Mail_Mbox/Makefile
+++ b/mail/pear-Mail_Mbox/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 8e57df36efc..1adec9741b0 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Mail_Queue/Makefile b/mail/pear-Mail_Queue/Makefile
index e833fe431e9..0d795959539 100644
--- a/mail/pear-Mail_Queue/Makefile
+++ b/mail/pear-Mail_Queue/Makefile
@@ -20,7 +20,6 @@ PEAR_DB_DESC= PEAR::DB support
PEAR_MDB_DESC= PEAR::MDB support
PEAR_MDB2_DESC= PEAR::MDB2 support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DB}
diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile
index d108326b44a..d85a4c4986d 100644
--- a/mail/pear-Mail_mimeDecode/Makefile
+++ b/mail/pear-Mail_mimeDecode/Makefile
@@ -18,7 +18,6 @@ LICENSE= BSD
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Net_Cyrus/Makefile b/mail/pear-Net_Cyrus/Makefile
index 4fb33208da1..1b12db96afc 100644
--- a/mail/pear-Net_Cyrus/Makefile
+++ b/mail/pear-Net_Cyrus/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile
index f07165a160f..0d40bf3f52b 100644
--- a/mail/pear-Net_IMAP/Makefile
+++ b/mail/pear-Net_IMAP/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Net_LMTP/Makefile b/mail/pear-Net_LMTP/Makefile
index 27b0436e649..b08ce4fb2ea 100644
--- a/mail/pear-Net_LMTP/Makefile
+++ b/mail/pear-Net_LMTP/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/math/pear-Math_BigInteger/Makefile b/math/pear-Math_BigInteger/Makefile
index 71ce4ac1ccb..46a29d10503 100644
--- a/math/pear-Math_BigInteger/Makefile
+++ b/math/pear-Math_BigInteger/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/math/pear-Math_Combinatorics/Makefile b/math/pear-Math_Combinatorics/Makefile
index e57fe0838d1..94e3bc91056 100644
--- a/math/pear-Math_Combinatorics/Makefile
+++ b/math/pear-Math_Combinatorics/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile
index d805dfa079d..203b9fd23d8 100644
--- a/misc/pear-Services_Weather/Makefile
+++ b/misc/pear-Services_Weather/Makefile
@@ -25,7 +25,6 @@ PEAR_XML_SERIALIZER_DESC= PEAR::XML::Serializer support
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_NET_FTP}
diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile
index c3cb9ccee05..bb146cc1302 100644
--- a/misc/pear-Text_Figlet/Makefile
+++ b/misc/pear-Text_Figlet/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Auth_RADIUS/Makefile b/net/pear-Auth_RADIUS/Makefile
index 4906783be70..ad3f7804269 100644
--- a/net/pear-Auth_RADIUS/Makefile
+++ b/net/pear-Auth_RADIUS/Makefile
@@ -15,7 +15,6 @@ USE_PHP= radius
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-File_Bittorrent2/Makefile b/net/pear-File_Bittorrent2/Makefile
index cdb5a2f436e..8dc2300564e 100644
--- a/net/pear-File_Bittorrent2/Makefile
+++ b/net/pear-File_Bittorrent2/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Horde_Kolab_Server/Makefile b/net/pear-Horde_Kolab_Server/Makefile
index 3ad7507a3a4..46835884411 100644
--- a/net/pear-Horde_Kolab_Server/Makefile
+++ b/net/pear-Horde_Kolab_Server/Makefile
@@ -20,7 +20,6 @@ LDAP_DESC= Enable LDAP support
# Not required but we want it
USE_HORDE_RUN+= Horde_Date
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MLDAP}
diff --git a/net/pear-Horde_Kolab_Session/Makefile b/net/pear-Horde_Kolab_Session/Makefile
index 4c1097ebf17..77345695e2c 100644
--- a/net/pear-Horde_Kolab_Session/Makefile
+++ b/net/pear-Horde_Kolab_Session/Makefile
@@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Exception
USE_HORDE_RUN+= Horde_Kolab_Server \
Horde_Log
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Horde_Ldap/Makefile b/net/pear-Horde_Ldap/Makefile
index f20f06046e1..bb3b70b512d 100644
--- a/net/pear-Horde_Ldap/Makefile
+++ b/net/pear-Horde_Ldap/Makefile
@@ -12,7 +12,6 @@ USE_PHP= ldap
USE_HORDE_RUN= Horde_Exception \
Horde_Util
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Horde_Rpc/Makefile b/net/pear-Horde_Rpc/Makefile
index 4c971d7e1fa..da2bb6464ce 100644
--- a/net/pear-Horde_Rpc/Makefile
+++ b/net/pear-Horde_Rpc/Makefile
@@ -23,7 +23,6 @@ USE_HORDE_RUN+= Horde_ActiveSync \
Horde_SyncMl \
Horde_Http
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Horde_Scribe/Makefile b/net/pear-Horde_Scribe/Makefile
index 21a862ea3f0..72c86d2e2f2 100644
--- a/net/pear-Horde_Scribe/Makefile
+++ b/net/pear-Horde_Scribe/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde Scribe client
USE_HORDE_RUN= Horde_Thrift
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Horde_Socket_Client/Makefile b/net/pear-Horde_Socket_Client/Makefile
index 87379205707..ea46516d351 100644
--- a/net/pear-Horde_Socket_Client/Makefile
+++ b/net/pear-Horde_Socket_Client/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde Socket Client
USE_HORDE_RUN= Horde_Exception
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Horde_Url/Makefile b/net/pear-Horde_Url/Makefile
index f026c1d07a6..f3bf3b3fe78 100644
--- a/net/pear-Horde_Url/Makefile
+++ b/net/pear-Horde_Url/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde URL class
USE_HORDE_RUN= Horde_Exception
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_CDDB/Makefile b/net/pear-Net_CDDB/Makefile
index e539fb16809..26248757808 100644
--- a/net/pear-Net_CDDB/Makefile
+++ b/net/pear-Net_CDDB/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
USE_DOS2UNIX= yes
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_CheckIP/Makefile b/net/pear-Net_CheckIP/Makefile
index d402382e30c..5d066f8002b 100644
--- a/net/pear-Net_CheckIP/Makefile
+++ b/net/pear-Net_CheckIP/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_DIME/Makefile b/net/pear-Net_DIME/Makefile
index 04bc00f2b6f..fde70119cc9 100644
--- a/net/pear-Net_DIME/Makefile
+++ b/net/pear-Net_DIME/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile
index 4ba99f4dd6a..5489921040c 100644
--- a/net/pear-Net_DNSBL/Makefile
+++ b/net/pear-Net_DNSBL/Makefile
@@ -23,7 +23,6 @@ PEAR_AUTOINSTALL= yes
PORTSCOUT= skipv:1.3.0a1
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile
index ac0b6d2cf5d..5598d750561 100644
--- a/net/pear-Net_Dict/Makefile
+++ b/net/pear-Net_Dict/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Finger/Makefile b/net/pear-Net_Finger/Makefile
index f8dfbd3a9de..c74cc113696 100644
--- a/net/pear-Net_Finger/Makefile
+++ b/net/pear-Net_Finger/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Geo/Makefile b/net/pear-Net_Geo/Makefile
index 8258042379b..91cd8493e27 100644
--- a/net/pear-Net_Geo/Makefile
+++ b/net/pear-Net_Geo/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_GeoIP/Makefile b/net/pear-Net_GeoIP/Makefile
index 6144cf81755..2b2b9876909 100644
--- a/net/pear-Net_GeoIP/Makefile
+++ b/net/pear-Net_GeoIP/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_IDNA/Makefile b/net/pear-Net_IDNA/Makefile
index ebbc57eccdf..ea4dcb11b6f 100644
--- a/net/pear-Net_IDNA/Makefile
+++ b/net/pear-Net_IDNA/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_IPv4/Makefile b/net/pear-Net_IPv4/Makefile
index 606f136dc63..3884263f809 100644
--- a/net/pear-Net_IPv4/Makefile
+++ b/net/pear-Net_IPv4/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_IPv6/Makefile b/net/pear-Net_IPv6/Makefile
index c556f54468a..40d64ba2d90 100644
--- a/net/pear-Net_IPv6/Makefile
+++ b/net/pear-Net_IPv6/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PORTSCOUT= skipv:1.2.2b,1.2.2b2
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Ident/Makefile b/net/pear-Net_Ident/Makefile
index 06c00f4ae80..bd3c9c23ed7 100644
--- a/net/pear-Net_Ident/Makefile
+++ b/net/pear-Net_Ident/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile
index 791f77d6eee..8f72c45618b 100644
--- a/net/pear-Net_LDAP/Makefile
+++ b/net/pear-Net_LDAP/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile
index db447bb4324..98453c3ac40 100644
--- a/net/pear-Net_LDAP2/Makefile
+++ b/net/pear-Net_LDAP2/Makefile
@@ -16,7 +16,6 @@ USE_PHP= ldap
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_MAC/Makefile b/net/pear-Net_MAC/Makefile
index e4c797f314f..85ab4d607d9 100644
--- a/net/pear-Net_MAC/Makefile
+++ b/net/pear-Net_MAC/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile
index 2f7e4561803..3136466f7ab 100644
--- a/net/pear-Net_NNTP/Makefile
+++ b/net/pear-Net_NNTP/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Nmap/Makefile b/net/pear-Net_Nmap/Makefile
index e6e5acf1aac..c5bec5a103b 100644
--- a/net/pear-Net_Nmap/Makefile
+++ b/net/pear-Net_Nmap/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_POP3/Makefile b/net/pear-Net_POP3/Makefile
index 902b8a540eb..60b3e213f99 100644
--- a/net/pear-Net_POP3/Makefile
+++ b/net/pear-Net_POP3/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Ping/Makefile b/net/pear-Net_Ping/Makefile
index bc92b7016c2..ca546ce247a 100644
--- a/net/pear-Net_Ping/Makefile
+++ b/net/pear-Net_Ping/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_SMS/Makefile b/net/pear-Net_SMS/Makefile
index a46fd8b881a..260ede8b474 100644
--- a/net/pear-Net_SMS/Makefile
+++ b/net/pear-Net_SMS/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
USE_PHP= gettext
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index 773fe6bd408..0e4ff1b9ee7 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -17,7 +17,6 @@ PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_AUTH_SASL}
diff --git a/net/pear-Net_Server/Makefile b/net/pear-Net_Server/Makefile
index 303c48b7c0c..8e9007c826f 100644
--- a/net/pear-Net_Server/Makefile
+++ b/net/pear-Net_Server/Makefile
@@ -15,7 +15,6 @@ USE_PHP= sockets pcntl
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile
index 72b2a890945..137a5b3b1b7 100644
--- a/net/pear-Net_Sieve/Makefile
+++ b/net/pear-Net_Sieve/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile
index 5400446bf92..77f6c47612e 100644
--- a/net/pear-Net_Socket/Makefile
+++ b/net/pear-Net_Socket/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Traceroute/Makefile b/net/pear-Net_Traceroute/Makefile
index ed7c82d433a..da5e6c58f02 100644
--- a/net/pear-Net_Traceroute/Makefile
+++ b/net/pear-Net_Traceroute/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile
index bcee4c629e2..17c0716462f 100644
--- a/net/pear-Net_URL/Makefile
+++ b/net/pear-Net_URL/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile
index 96f4ca2c59b..36584255c29 100644
--- a/net/pear-Net_URL2/Makefile
+++ b/net/pear-Net_URL2/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_URL_Mapper/Makefile b/net/pear-Net_URL_Mapper/Makefile
index c08f7739d41..d5fdda964d6 100644
--- a/net/pear-Net_URL_Mapper/Makefile
+++ b/net/pear-Net_URL_Mapper/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_UserAgent_Detect/Makefile b/net/pear-Net_UserAgent_Detect/Makefile
index 764897062ef..837ec9e47d2 100644
--- a/net/pear-Net_UserAgent_Detect/Makefile
+++ b/net/pear-Net_UserAgent_Detect/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_UserAgent_Mobile/Makefile b/net/pear-Net_UserAgent_Mobile/Makefile
index 22092edc441..85743212af9 100644
--- a/net/pear-Net_UserAgent_Mobile/Makefile
+++ b/net/pear-Net_UserAgent_Mobile/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Vpopmaild/Makefile b/net/pear-Net_Vpopmaild/Makefile
index 3964cecbb0e..0034d2f26f8 100644
--- a/net/pear-Net_Vpopmaild/Makefile
+++ b/net/pear-Net_Vpopmaild/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Net_Whois/Makefile b/net/pear-Net_Whois/Makefile
index 986a43e3998..008b7451590 100644
--- a/net/pear-Net_Whois/Makefile
+++ b/net/pear-Net_Whois/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile
index 5e11b936c78..fa99987fb87 100644
--- a/net/pear-SOAP/Makefile
+++ b/net/pear-SOAP/Makefile
@@ -21,7 +21,6 @@ PEAR_NET_DIME_DESC= PEAR::Net::DIME support
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_MAIL}
diff --git a/net/pear-Services_Pingback/Makefile b/net/pear-Services_Pingback/Makefile
index 51742a4657f..7d46a82f454 100644
--- a/net/pear-Services_Pingback/Makefile
+++ b/net/pear-Services_Pingback/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-Services_Twitter/Makefile b/net/pear-Services_Twitter/Makefile
index b989669deb8..624056947a0 100644
--- a/net/pear-Services_Twitter/Makefile
+++ b/net/pear-Services_Twitter/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
USE_PHP= json simplexml mbstring
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-URI_Template/Makefile b/net/pear-URI_Template/Makefile
index f81a16a1517..bfa7534d116 100644
--- a/net/pear-URI_Template/Makefile
+++ b/net/pear-URI_Template/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-XML_RPC/Makefile b/net/pear-XML_RPC/Makefile
index 7bfb16db672..7906e059af6 100644
--- a/net/pear-XML_RPC/Makefile
+++ b/net/pear-XML_RPC/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= xml
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile
index 49d66305447..41f6a79ddb6 100644
--- a/net/pear-XML_RPC2/Makefile
+++ b/net/pear-XML_RPC2/Makefile
@@ -19,7 +19,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
PEAR_AUTOINSTALL= yes
USE_PHP= curl
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile
index 1e18bf62dbd..265e5839c8c 100644
--- a/print/pear-File_PDF/Makefile
+++ b/print/pear-File_PDF/Makefile
@@ -10,7 +10,6 @@ COMMENT= PEAR class to generate PDFs
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile
index db08d7506d1..6fa1fffc560 100644
--- a/security/pear-Auth/Makefile
+++ b/security/pear-Auth/Makefile
@@ -28,7 +28,6 @@ PEAR_FILE_SMBPASSWD_DESC= PEAR::File_SMBPasswd support
PEAR_SOAP_DESC= PEAR::SOAP support
PEAR_NET_VPOPMAILD_DESC= PEAR::Net_Vpopmaild support
-NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile
index e1fb442ea6a..e4a1df4384b 100644
--- a/security/pear-Auth_HTTP/Makefile
+++ b/security/pear-Auth_HTTP/Makefile
@@ -12,7 +12,6 @@ RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Auth_OpenID/Makefile b/security/pear-Auth_OpenID/Makefile
index 8b31c5e21ba..51ba5c5b645 100644
--- a/security/pear-Auth_OpenID/Makefile
+++ b/security/pear-Auth_OpenID/Makefile
@@ -31,7 +31,6 @@ USE_PHP= curl dom
USE_PYTHON_BUILD= yes
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
EXTRACT_SUFX= .tar.bz2
diff --git a/security/pear-Auth_PrefManager/Makefile b/security/pear-Auth_PrefManager/Makefile
index 882ca6e7b9a..8042810386a 100644
--- a/security/pear-Auth_PrefManager/Makefile
+++ b/security/pear-Auth_PrefManager/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile
index f0f7041caf3..d29f14f68b0 100644
--- a/security/pear-Crypt_Blowfish/Makefile
+++ b/security/pear-Crypt_Blowfish/Makefile
@@ -18,7 +18,6 @@ PEAR_AUTOINSTALL= yes
USE_PHP=mcrypt
.endif
-NO_STAGE= yes
pre-fetch:
@${ECHO_CMD} ""
@${ECHO_CMD} "You may set envirtonment variable WITH_PHP_MCRYPT to include"
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile
index bb9c0571877..86a1735c7e6 100644
--- a/security/pear-Crypt_CBC/Makefile
+++ b/security/pear-Crypt_CBC/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_CHAP/Makefile b/security/pear-Crypt_CHAP/Makefile
index c271f1776cd..9acc12d9e1e 100644
--- a/security/pear-Crypt_CHAP/Makefile
+++ b/security/pear-Crypt_CHAP/Makefile
@@ -15,7 +15,6 @@ USE_PHP= mcrypt mhash
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_DiffieHellman/Makefile b/security/pear-Crypt_DiffieHellman/Makefile
index e907f990ddd..7b91fb6809e 100644
--- a/security/pear-Crypt_DiffieHellman/Makefile
+++ b/security/pear-Crypt_DiffieHellman/Makefile
@@ -15,7 +15,6 @@ USE_PHP= bcmath mbstring gmp
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile
index a17aaea5922..c21d480eefa 100644
--- a/security/pear-Crypt_GPG/Makefile
+++ b/security/pear-Crypt_GPG/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= posix
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_HMAC2/Makefile b/security/pear-Crypt_HMAC2/Makefile
index 082fd1a9bce..8b2ab8295f4 100644
--- a/security/pear-Crypt_HMAC2/Makefile
+++ b/security/pear-Crypt_HMAC2/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_MicroID/Makefile b/security/pear-Crypt_MicroID/Makefile
index 50f6d820035..0f8ba386278 100644
--- a/security/pear-Crypt_MicroID/Makefile
+++ b/security/pear-Crypt_MicroID/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile
index b06739543d5..09adf850927 100644
--- a/security/pear-Crypt_RC4/Makefile
+++ b/security/pear-Crypt_RC4/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile
index 407670b185a..b07fc70b97c 100644
--- a/security/pear-Crypt_RSA/Makefile
+++ b/security/pear-Crypt_RSA/Makefile
@@ -20,7 +20,6 @@ LATEST_LINK= pear-${PORTNAME}
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.for opt in BCMATH GMP
diff --git a/security/pear-Crypt_XXTEA/Makefile b/security/pear-Crypt_XXTEA/Makefile
index e7454cacf71..13fcfadd1cb 100644
--- a/security/pear-Crypt_XXTEA/Makefile
+++ b/security/pear-Crypt_XXTEA/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-File_HtAccess/Makefile b/security/pear-File_HtAccess/Makefile
index f91a037ac4c..e1911a88933 100644
--- a/security/pear-File_HtAccess/Makefile
+++ b/security/pear-File_HtAccess/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-File_Passwd/Makefile b/security/pear-File_Passwd/Makefile
index 20a21980af8..764fca88735 100644
--- a/security/pear-File_Passwd/Makefile
+++ b/security/pear-File_Passwd/Makefile
@@ -17,7 +17,6 @@ PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP}
diff --git a/security/pear-File_SMBPasswd/Makefile b/security/pear-File_SMBPasswd/Makefile
index 94a1133a55d..e44ab869a37 100644
--- a/security/pear-File_SMBPasswd/Makefile
+++ b/security/pear-File_SMBPasswd/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
USE_PHP= mhash
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-HTML_Crypt/Makefile b/security/pear-HTML_Crypt/Makefile
index 334dcf35b16..df0a5554109 100644
--- a/security/pear-HTML_Crypt/Makefile
+++ b/security/pear-HTML_Crypt/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Horde_Auth/Makefile b/security/pear-Horde_Auth/Makefile
index 7ab40e08145..e7c69e2153c 100644
--- a/security/pear-Horde_Auth/Makefile
+++ b/security/pear-Horde_Auth/Makefile
@@ -10,7 +10,6 @@ COMMENT= Horde Authentication API
USE_HORDE_RUN= Horde_Exception Horde_Util
USE_PHP= hash
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Horde_Crypt/Makefile b/security/pear-Horde_Crypt/Makefile
index 4dc3740c646..d2575add74e 100644
--- a/security/pear-Horde_Crypt/Makefile
+++ b/security/pear-Horde_Crypt/Makefile
@@ -19,7 +19,6 @@ USE_HORDE_RUN= Horde_Exception \
Horde_Util
USE_PHP= hash openssl
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MBCMATH}
diff --git a/security/pear-Horde_Crypt_Blowfish/Makefile b/security/pear-Horde_Crypt_Blowfish/Makefile
index 72d71cf4f81..cc311c2bb6c 100644
--- a/security/pear-Horde_Crypt_Blowfish/Makefile
+++ b/security/pear-Horde_Crypt_Blowfish/Makefile
@@ -16,7 +16,6 @@ OPTIONS_DEFINE= MHASH OPENSSL
MHASH_DESC= Depend on mhash PHP extension
OPENSSL_DESC= Depend on OpenSSL PHP extension
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MMHASH}
diff --git a/security/pear-Horde_Group/Makefile b/security/pear-Horde_Group/Makefile
index 741f5006ca4..456c443228a 100644
--- a/security/pear-Horde_Group/Makefile
+++ b/security/pear-Horde_Group/Makefile
@@ -11,7 +11,6 @@ COMMENT= Horde User Groups System
USE_HORDE_RUN= Horde_Exception \
Horde_Util
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Horde_Oauth/Makefile b/security/pear-Horde_Oauth/Makefile
index bc36625a0de..064fbadbb80 100644
--- a/security/pear-Horde_Oauth/Makefile
+++ b/security/pear-Horde_Oauth/Makefile
@@ -11,7 +11,6 @@ COMMENT= Horde OAuth client/server
USE_HORDE_RUN= Horde_Exception Horde_Http
USE_PHP= hash openssl
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Horde_Perms/Makefile b/security/pear-Horde_Perms/Makefile
index 0ed87222706..52fb139b851 100644
--- a/security/pear-Horde_Perms/Makefile
+++ b/security/pear-Horde_Perms/Makefile
@@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Db \
Horde_Util \
Horde_Translation
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Horde_Secret/Makefile b/security/pear-Horde_Secret/Makefile
index 49bedfbd1c3..6fa2e684385 100644
--- a/security/pear-Horde_Secret/Makefile
+++ b/security/pear-Horde_Secret/Makefile
@@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Crypt_Blowfish \
USE_PHP= hash
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Horde_Share/Makefile b/security/pear-Horde_Share/Makefile
index e6bf2015c68..94e09460431 100644
--- a/security/pear-Horde_Share/Makefile
+++ b/security/pear-Horde_Share/Makefile
@@ -16,7 +16,6 @@ USE_HORDE_RUN= Horde_Db \
Horde_Url \
Horde_Util
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-LiveUser/Makefile b/security/pear-LiveUser/Makefile
index 746903945c7..a34bf53174a 100644
--- a/security/pear-LiveUser/Makefile
+++ b/security/pear-LiveUser/Makefile
@@ -25,7 +25,6 @@ PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support
PEAR_AUTOINSTALL=yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DB}
diff --git a/security/pear-LiveUser_Admin/Makefile b/security/pear-LiveUser_Admin/Makefile
index 9dfc78a343c..052b01d8063 100644
--- a/security/pear-LiveUser_Admin/Makefile
+++ b/security/pear-LiveUser_Admin/Makefile
@@ -24,7 +24,6 @@ PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DB}
diff --git a/security/pear-Net_Portscan/Makefile b/security/pear-Net_Portscan/Makefile
index c898802d2e0..a0df42e07f8 100644
--- a/security/pear-Net_Portscan/Makefile
+++ b/security/pear-Net_Portscan/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile
index b0129a50bef..b65b4b63ba7 100644
--- a/security/pear-Text_Password/Makefile
+++ b/security/pear-Text_Password/Makefile
@@ -12,7 +12,6 @@ USE_PHP= yes
PEAR_AUTOINSTALL= yes
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/shells/pear-PHP_Shell/Makefile b/shells/pear-PHP_Shell/Makefile
index c754807ec3c..1f85807966f 100644
--- a/shells/pear-PHP_Shell/Makefile
+++ b/shells/pear-PHP_Shell/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Cache/Makefile b/sysutils/pear-Cache/Makefile
index cf1a3a26db4..f3bbbc2ecde 100644
--- a/sysutils/pear-Cache/Makefile
+++ b/sysutils/pear-Cache/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile
index 3f8d58ba9e8..b38057a28c2 100644
--- a/sysutils/pear-Cache_Lite/Makefile
+++ b/sysutils/pear-Cache_Lite/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 5cf3bf07915..b221d295331 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile
index c5a90adf62a..a99defb5bb5 100644
--- a/sysutils/pear-File_Find/Makefile
+++ b/sysutils/pear-File_Find/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile
index dcf432f321f..fcd3465472f 100644
--- a/sysutils/pear-File_Fstab/Makefile
+++ b/sysutils/pear-File_Fstab/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
post-extract:
.for file in ${FILES}
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/File/${file}
diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile
index 9b3f50d09cf..37ccc3eddba 100644
--- a/sysutils/pear-File_Gettext/Makefile
+++ b/sysutils/pear-File_Gettext/Makefile
@@ -15,7 +15,6 @@ USE_PHP= yes
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile
index c13552d717e..91305105fad 100644
--- a/sysutils/pear-Horde_Log/Makefile
+++ b/sysutils/pear-Horde_Log/Makefile
@@ -15,7 +15,6 @@ SCRIBE_DESC= Enable scribe support
USE_HORDE_RUN= Horde_Constraint \
Horde_Exception
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSCRIBE}
diff --git a/sysutils/pear-Horde_Vfs/Makefile b/sysutils/pear-Horde_Vfs/Makefile
index 5c230df5341..8249c27a1b0 100644
--- a/sysutils/pear-Horde_Vfs/Makefile
+++ b/sysutils/pear-Horde_Vfs/Makefile
@@ -15,7 +15,6 @@ USE_HORDE_RUN= Horde_Exception \
OPTIONS_DEFINE= FTP
FTP_DESC= Depend on FTP PHP extension
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MFTP}
diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile
index 09cc3a1d50b..61957f8a058 100644
--- a/sysutils/pear-I18Nv2/Makefile
+++ b/sysutils/pear-I18Nv2/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= iconv
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 858f9289eaa..a408a6cecfc 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -21,7 +21,6 @@ PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_MAIL_DESC= PEAR::Mail support
PHP_SQLITE_DESC= PHP sqlite support (php5 only)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DB}
diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile
index 13141b9dd99..ea88a77aa61 100644
--- a/sysutils/pear-Translation2/Makefile
+++ b/sysutils/pear-Translation2/Makefile
@@ -27,7 +27,6 @@ PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support
PEAR_I18NV2_DESC= PEAR::I18Nv2 support
PEAR_XML_SERIALIZER_DESC= PEAR::XML_Serializer support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_CACHE_LITE}
diff --git a/textproc/pear-File_Fortune/Makefile b/textproc/pear-File_Fortune/Makefile
index 330543fcb8f..579f482f7fd 100644
--- a/textproc/pear-File_Fortune/Makefile
+++ b/textproc/pear-File_Fortune/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile
index 0bbe4088dc0..015bb8ba985 100644
--- a/textproc/pear-File_MARC/Makefile
+++ b/textproc/pear-File_MARC/Makefile
@@ -10,7 +10,6 @@ COMMENT= Parse, modify, and create MARC records
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
diff --git a/textproc/pear-Horde_Kolab_Format/Makefile b/textproc/pear-Horde_Kolab_Format/Makefile
index 2989384bd14..58e4ae2a4fc 100644
--- a/textproc/pear-Horde_Kolab_Format/Makefile
+++ b/textproc/pear-Horde_Kolab_Format/Makefile