diff options
author | jkh <jkh@FreeBSD.org> | 1998-04-20 01:57:34 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-04-20 01:57:34 +0000 |
commit | 205ce9b3ca7b9b35ec686108e64c513871d3d739 (patch) | |
tree | e9a7cb142bc9156ac22ab18bf7cf8acd05a68d31 /ftp/spegla/files | |
parent | 6c4ce040552ed80844a01c148779eaa9b755443e (diff) | |
download | FreeBSD-ports-205ce9b3ca7b9b35ec686108e64c513871d3d739.zip FreeBSD-ports-205ce9b3ca7b9b35ec686108e64c513871d3d739.tar.gz |
This has been on my TODO list for awhile. Spegla is an FTP mirroring
program that uses neither perl nor masses of memory when mirroring
large collections (like at ftp.freebsd.org). I did the port but the
author is Jens A Nilsson <jnilsson@ludd.luth.se>
Diffstat (limited to 'ftp/spegla/files')
-rw-r--r-- | ftp/spegla/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ftp/spegla/files/patch-aa b/ftp/spegla/files/patch-aa new file mode 100644 index 0000000..bf1322f --- /dev/null +++ b/ftp/spegla/files/patch-aa @@ -0,0 +1,9 @@ +--- Makefile.orig Sun Apr 19 18:39:02 1998 ++++ Makefile Sun Apr 19 18:42:04 1998 +@@ -1,4 +1,6 @@ + # $Id: Makefile,v 1.6 1998/01/19 22:59:51 jens Exp $ ++BINDIR= ${PREFIX}/bin ++ + PROG= spegla + SRCS= jftp.c parserow.c spegla.c readconfig.c + |