diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 12:24:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 12:24:04 +0000 |
commit | 3a5dc9adffc6ab95872cd64c79c07a1d57880d46 (patch) | |
tree | d33b6dc7dbbe0e54d96628da42db1d3be173c852 /comms/qicosi/files/patch-ab | |
parent | Fix yet another linuxism: /usr/bin/shutdown --> /sbin/shutdown. (diff) |
Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on my
local-distfiles due to historic saturation on www.ruxy.org.ru's link.
PR: 16989
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Notes
Notes:
svn path=/head/; revision=31528
Diffstat (limited to 'comms/qicosi/files/patch-ab')
-rw-r--r-- | comms/qicosi/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/qicosi/files/patch-ab b/comms/qicosi/files/patch-ab new file mode 100644 index 000000000000..7f8d0ecfa5d8 --- /dev/null +++ b/comms/qicosi/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Feb 6 10:47:47 2000 ++++ Makefile Sun Feb 6 11:01:10 2000 +@@ -5,8 +5,6 @@ + + DIRS = src + +-CC = gcc +-AWK = awk + INSTALL = install + + DIST = qico-$(VERSION).tar.gz |