diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-27 01:01:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-27 01:01:45 +0800 |
commit | 6937e9b2835d5e96f912d8671e9477b3a2853065 (patch) | |
tree | 489be6a69256c253325a723130cbd1c2682a8869 /net | |
parent | db831aa2188c09b433f37623521b6c2accdeaa17 (diff) | |
download | freebsd-ports-gnome-6937e9b2835d5e96f912d8671e9477b3a2853065.tar.gz freebsd-ports-gnome-6937e9b2835d5e96f912d8671e9477b3a2853065.tar.zst freebsd-ports-gnome-6937e9b2835d5e96f912d8671e9477b3a2853065.zip |
- Support STAGEDIR
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-dropbox-sdk/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-httpauth/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-oauth2/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-uri-redis/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net/rubygem-dropbox-sdk/Makefile b/net/rubygem-dropbox-sdk/Makefile index 6584810ed69f..399b3d3c8ec5 100644 --- a/net/rubygem-dropbox-sdk/Makefile +++ b/net/rubygem-dropbox-sdk/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json -NO_STAGE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/net/rubygem-httpauth/Makefile b/net/rubygem-httpauth/Makefile index 279945304e64..f3fea98f81f4 100644 --- a/net/rubygem-httpauth/Makefile +++ b/net/rubygem-httpauth/Makefile @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index a6a710c820ee..ebf9264636a2 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -22,5 +22,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/rubygem-uri-redis/Makefile b/net/rubygem-uri-redis/Makefile index f12b925305cb..094014474dee 100644 --- a/net/rubygem-uri-redis/Makefile +++ b/net/rubygem-uri-redis/Makefile @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |