diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:35:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:35:55 +0000 |
commit | b10cce44e863e1d9498df160f773180e770d6dd3 (patch) | |
tree | 56d79250f6384e13788bd6f6a6f3284cb207adf8 /net/fspclient/files/patch-ah | |
parent | Updated to version 1.11.1+0.99.1.1 (diff) |
* Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits
PR: 15720
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'net/fspclient/files/patch-ah')
-rw-r--r-- | net/fspclient/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/fspclient/files/patch-ah b/net/fspclient/files/patch-ah new file mode 100644 index 000000000000..d0fc26da2544 --- /dev/null +++ b/net/fspclient/files/patch-ah @@ -0,0 +1,11 @@ +--- client.0.0-h+/Makefile.in.orig Wed Apr 28 03:53:43 1993 ++++ client.0.0-h+/Makefile.in Mon Dec 27 20:53:08 1999 +@@ -52,7 +52,7 @@ + .c.o: + $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) $(INCLUDES) $< + +-install: all ++install: + $(INSTALL_PROGRAM) fsp $(bindir)/fsp + -$(INSTALL_DATA) $(srcdir)/fsp.man $(man1dir)/fsp$(man1ext) + |