freebsd-ports/misc/moviedb/files/patch-ab
Will Andrews 384b39e0ed Add moviedb 3.8, the Internet Movie Database package. It contains various
tools to download, update, and search through the Database.

PR:		20659
Submitted by:	Kim Scarborough <sluggo@unknown.nu>
2000-09-16 19:40:59 +00:00

22 lines
778 B
Text

--- etc/lfetch.orig Sun Mar 7 20:23:33 1999
+++ etc/lfetch Sun Aug 13 19:33:32 2000
@@ -80,8 +80,8 @@
#
ftpcmd=ftp # ftp command (eg ftp, gate-ftp)
ftpopts="-i -n -v" # ftp options
-ftphost=uiarchive.cso.uiuc.edu # ftp host
-ftpdir=pub/info/imdb # lists directory on host
+ftphost=ftp.imdb.com # ftp host
+ftpdir=pub/interfaces # lists directory on host
ftpuser=anonymous # ftp userid
#
#-----------------------------------------------------------------------------
@@ -91,7 +91,7 @@
# temporary files
if [ -z "$MOVIESTMPDIR" ]; then
if [ -z "$TMPDIR" ]; then
- MOVIESTMPDIR="."
+ MOVIESTMPDIR="/tmp"
else
MOVIESTMPDIR="$TMPDIR"
fi