mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
cf86e6c3cd
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>
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
--- 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
|
|
|