aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-01-24 22:45:58 +0800
committermiwi <miwi@FreeBSD.org>2014-01-24 22:45:58 +0800
commit55a19d88f1d70408d108cf23b827de548b8022e8 (patch)
treee002e483586d796ddf7966aba047b0b9c850ce4e /databases
parent3e6be000ac4fcf914ad7ea92faf18add128e0b0f (diff)
downloadfreebsd-ports-gnome-55a19d88f1d70408d108cf23b827de548b8022e8.tar.gz
freebsd-ports-gnome-55a19d88f1d70408d108cf23b827de548b8022e8.tar.zst
freebsd-ports-gnome-55a19d88f1d70408d108cf23b827de548b8022e8.zip
- Stage safe
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-activerecord-jdbc-adapter/Makefile1
-rw-r--r--databases/rubygem-activerecord-jdbcmysql-adapter/Makefile1
-rw-r--r--databases/rubygem-data_objects/Makefile1
-rw-r--r--databases/rubygem-do_mysql/Makefile1
-rw-r--r--databases/rubygem-do_postgres/Makefile1
-rw-r--r--databases/rubygem-do_sqlite3/Makefile1
-rw-r--r--databases/rubygem-jdbc-mysql/Makefile1
-rw-r--r--databases/rubygem-rubyrep/Makefile1
8 files changed, 0 insertions, 8 deletions
diff --git a/databases/rubygem-activerecord-jdbc-adapter/Makefile b/databases/rubygem-activerecord-jdbc-adapter/Makefile
index 52c465f747ad..79fd0d77fa4b 100644
--- a/databases/rubygem-activerecord-jdbc-adapter/Makefile
+++ b/databases/rubygem-activerecord-jdbc-adapter/Makefile
@@ -15,5 +15,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
index 1db560004ba8..ebcd676ee7cc 100644
--- a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
+++ b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
@@ -17,5 +17,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-data_objects/Makefile b/databases/rubygem-data_objects/Makefile
index d8a5a0bde55d..fa86ba0bf65c 100644
--- a/databases/rubygem-data_objects/Makefile
+++ b/databases/rubygem-data_objects/Makefile
@@ -15,5 +15,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-do_mysql/Makefile b/databases/rubygem-do_mysql/Makefile
index 2c43f9037e8d..4291e155ca93 100644
--- a/databases/rubygem-do_mysql/Makefile
+++ b/databases/rubygem-do_mysql/Makefile
@@ -16,5 +16,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile
index 616e54df3635..beff9063ca1b 100644
--- a/databases/rubygem-do_postgres/Makefile
+++ b/databases/rubygem-do_postgres/Makefile
@@ -17,5 +17,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-do_sqlite3/Makefile b/databases/rubygem-do_sqlite3/Makefile
index b8dfb3090bc9..a41ab17c22b0 100644
--- a/databases/rubygem-do_sqlite3/Makefile
+++ b/databases/rubygem-do_sqlite3/Makefile
@@ -18,5 +18,4 @@ RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-jdbc-mysql/Makefile b/databases/rubygem-jdbc-mysql/Makefile
index 7c216413f0cb..4b95657cd58d 100644
--- a/databases/rubygem-jdbc-mysql/Makefile
+++ b/databases/rubygem-jdbc-mysql/Makefile
@@ -15,5 +15,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-rubyrep/Makefile b/databases/rubygem-rubyrep/Makefile
index aeee6a60e3fe..fc256925cf39 100644
--- a/databases/rubygem-rubyrep/Makefile
+++ b/databases/rubygem-rubyrep/Makefile
@@ -26,7 +26,6 @@ OPTIONS_DEFAULT= PGSQL
PLIST_FILES= bin/rubyrep
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPGSQL}