summaryrefslogtreecommitdiff
path: root/ftp/spegla/files
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-06-28 16:18:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-06-28 16:18:37 +0000
commitdc61a2f5b317c2af880e77871479076d05aec2ad (patch)
tree54fc6b57751561b5bfa6d6cec1b2ccf2a2c90b51 /ftp/spegla/files
parentUpdate to version 1.1p4 (diff)
Update to version 1.1p4
Submitted by: Alexander Langer <alex@big.endian.de>
Notes
Notes: svn path=/head/; revision=29948
Diffstat (limited to 'ftp/spegla/files')
-rw-r--r--ftp/spegla/files/patch-aa19
1 files changed, 10 insertions, 9 deletions
diff --git a/ftp/spegla/files/patch-aa b/ftp/spegla/files/patch-aa
index 01c0d6718574..3ca0628e5d1c 100644
--- a/ftp/spegla/files/patch-aa
+++ b/ftp/spegla/files/patch-aa
@@ -1,10 +1,11 @@
---- Makefile.orig Sat Dec 19 05:03:25 1998
-+++ Makefile Sat Dec 19 06:16:51 1998
-@@ -1,4 +1,7 @@
- # $Id: Makefile,v 1.12 1998/11/13 08:46:05 jens Exp $
-+BINDIR= ${PREFIX}/bin
-+MANDIR= ${PREFIX}/man/man
-+
- PROG= spegla
- SRCS= jftp.c parserow.c spegla.c readconfig.c
+--- Makefile.orig Tue Jun 27 16:54:10 2000
++++ Makefile Tue Jun 27 16:54:18 2000
+@@ -2,7 +2,7 @@
+
+ PREFIX ?= /usr/local
+ BINDIR = ${PREFIX}/bin
+-MANDIR = ${PREFIX}/man
++MANDIR = ${PREFIX}/man/man
+
+ HAVE_STRLCPY?= yes