aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-24 14:45:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-24 14:45:58 +0000
commita62de32af0ef8db551310836de8d7ebbe3c9a4ba (patch)
treee002e483586d796ddf7966aba047b0b9c850ce4e
parentb8bac4a3c5296674d252bb2253f80275c7e63f61 (diff)
downloadports-a62de32af0ef8db551310836de8d7ebbe3c9a4ba.tar.gz
ports-a62de32af0ef8db551310836de8d7ebbe3c9a4ba.zip
- Stage safe
Notes
Notes: svn path=/head/; revision=340899
-rw-r--r--audio/rubygem-librmpd/Makefile1
-rw-r--r--audio/rubygem-ruby-mp3info/Makefile1
-rw-r--r--converters/rubygem-bsdconv/Makefile1
-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
11 files changed, 0 insertions, 11 deletions
diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile
index d3fd0a3afa7c..56c77ed53478 100644
--- a/audio/rubygem-librmpd/Makefile
+++ b/audio/rubygem-librmpd/Makefile
@@ -10,7 +10,6 @@ MAINTAINER= vg@FreeBSD.org
COMMENT= Is a simple yet powerful Music Player Daemon library
USE_RUBY= yes
-NO_STAGE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile
index 7e2f93d5eb58..1b9fdc68b81c 100644
--- a/audio/rubygem-ruby-mp3info/Makefile
+++ b/audio/rubygem-ruby-mp3info/Makefile
@@ -10,7 +10,6 @@ MAINTAINER= tha_walka@hotmail.com
COMMENT= A Ruby library to access information on mp3 files
USE_RUBY= yes
-NO_STAGE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/converters/rubygem-bsdconv/Makefile b/converters/rubygem-bsdconv/Makefile
index 4633dbc1f630..687abc23f452 100644
--- a/converters/rubygem-bsdconv/Makefile
+++ b/converters/rubygem-bsdconv/Makefile
@@ -18,7 +18,6 @@ CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
-NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
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}