diff options
Diffstat (limited to 'net/spegla/patches/patch-aa')
-rw-r--r-- | net/spegla/patches/patch-aa | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/net/spegla/patches/patch-aa b/net/spegla/patches/patch-aa index 9a2b76d1fab..2346a4f29ae 100644 --- a/net/spegla/patches/patch-aa +++ b/net/spegla/patches/patch-aa @@ -1,11 +1,20 @@ -$NetBSD: patch-aa,v 1.2 1999/02/26 11:36:35 frueauf Exp $ - ---- jftp.c.orig Sun Feb 7 11:46:11 1999 -+++ jftp.c Fri Feb 26 12:29:28 1999 -@@ -30,5 +30,5 @@ - #include <sys/socket.h> --#include <sys/errno.h> - #include <netinet/in.h> - #include <arpa/inet.h> -+#include <errno.h> - #include <setjmp.h> +$NetBSD: patch-aa,v 1.3 1999/11/25 19:46:20 tron Exp $ +--- Makefile-orig Mon Oct 25 20:10:31 1999 ++++ Makefile Thu Nov 25 19:47:56 1999 +@@ -8,7 +8,15 @@ + SRCS= jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c \ + que_syms.c e_err.c strlcpy.c + +-MAN= spegla.1 strlcpy.3 ++MAN= spegla.1 ++ ++FILES= spegla.sh spegla.conf ++FILESDIR= ${PREFIX}/share/examples/spegla ++ ++filesinstall:: ${PREFIX}/share/examples/spegla ++ ++${PREFIX}/share/examples/spegla: ++ mkdir -p ${PREFIX}/share/examples/spegla + + #WARNS= 2 + CFLAGS+= -Wall |