diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 04:06:25 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 04:06:25 +0000 |
commit | 614f70eaf1575cb95a431b61ed347230277ace27 (patch) | |
tree | b4be129a43225843aacc28f9b758101f81f3db41 /sysutils/rubygem-ohai | |
parent | 1afa6cb96cb43f6a4b106351cb3ab91bf609e3a0 (diff) |
- No need to mess with FETCH_ARGS anymore.
rubygems.org (RG) doesn't do redirects.
With Hat: ruby@
Notes
Notes:
svn path=/head/; revision=255872
Diffstat (limited to 'sysutils/rubygem-ohai')
-rw-r--r-- | sysutils/rubygem-ohai/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile index 95b8031781e2..45d321f676cb 100644 --- a/sysutils/rubygem-ohai/Makefile +++ b/sysutils/rubygem-ohai/Makefile @@ -27,7 +27,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ohai -# we care about not passing -A to allow HTTP redirects -FETCH_ARGS= -pRr - .include <bsd.port.mk> |