aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xephem/files
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2019-03-26 00:00:16 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2019-03-26 00:00:16 +0800
commit1b4b01649d1d3876b4d57937823107c23309fa32 (patch)
tree638bf1f89848e8312eab6c5deeff2616df8a9ee6 /astro/xephem/files
parent6178808425910429473b99372352505756ff614c (diff)
downloadfreebsd-ports-gnome-1b4b01649d1d3876b4d57937823107c23309fa32.tar.gz
freebsd-ports-gnome-1b4b01649d1d3876b4d57937823107c23309fa32.tar.zst
freebsd-ports-gnome-1b4b01649d1d3876b4d57937823107c23309fa32.zip
Fix a typo in a helper script that was causing a file to be left laying around.
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Diffstat (limited to 'astro/xephem/files')
-rw-r--r--astro/xephem/files/patch-auxil_mpcorb2edb.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/astro/xephem/files/patch-auxil_mpcorb2edb.pl b/astro/xephem/files/patch-auxil_mpcorb2edb.pl
index 7a1ff50bb929..f131d5cb2275 100644
--- a/astro/xephem/files/patch-auxil_mpcorb2edb.pl
+++ b/astro/xephem/files/patch-auxil_mpcorb2edb.pl
@@ -9,3 +9,12 @@
my $MPCFTPDIR = "/iau/MPCORB";
my $MPCFILE = "MPCORB.DAT";
my $MPCZIPFILE = "MPCORB.DAT.gz";
+@@ -247,7 +247,7 @@ sub fetch
+ {
+ # transfer
+ print "Getting $MPCFTPDIR/$MPCZIPFILE from $MPCSITE...\n";
+- $cmd = "curl -connect-timeout 10 -s -u 'anonymous:xephem\@clearskyinstitute.com' $MPCSITE/$MPCFTPDIR/$MPCZIPFILE > $MPCZIPFILE";
++ $cmd = "curl --connect-timeout 10 -s -u 'anonymous:xephem\@clearskyinstitute.com' $MPCSITE/$MPCFTPDIR/$MPCZIPFILE > $MPCZIPFILE";
+ print "$cmd\n";
+ !system "$cmd" or exit(1);
+