diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-06 23:42:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-06 23:42:04 +0000 |
commit | f93f0d36256f718466fd0e2aaff36e9ea6b64dce (patch) | |
tree | c288e03159b97eafa9c643aef0f3bb1fec64351f /mail/pine4 | |
parent | 6a9ec8cef562eb7bf3ba2b621c3db355df079f95 (diff) |
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/files/patch-ac | 2 | ||||
-rw-r--r-- | mail/pine4/files/patch-af | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine4/files/patch-ac b/mail/pine4/files/patch-ac index 53a87ba265e1..375b47d2578c 100644 --- a/mail/pine4/files/patch-ac +++ b/mail/pine4/files/patch-ac @@ -336,7 +336,7 @@ + /*---------------------------------------------------------------------- + If no nntp-servers are defined, this program will be used to post news. + ----*/ -+ #define SENDNEWS "/usr/local/lib/news/inews -h" /* news posting cmd */ ++ #define SENDNEWS "/usr/local/news/lib/inews -h" /* news posting cmd */ + + + /*--------- Program employed by users to change their password ---------*/ diff --git a/mail/pine4/files/patch-af b/mail/pine4/files/patch-af index 0d049da343d4..06aea0334a92 100644 --- a/mail/pine4/files/patch-af +++ b/mail/pine4/files/patch-af @@ -50,7 +50,7 @@ + bsf: # FreeBSD + $(MAKE) mtest OS=bsi EXTRADRIVERS="$(EXTRADRIVERS)" \ + STDPROTO=bezerkproto MAILSPOOL=/var/mail \ -+ ACTIVEFILE=/usr/local/lib/news/active NEWSSPOOL=/var/news \ ++ ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \ + RSHPATH=/usr/bin/rsh CFLAGS="${CFLAGS} -DNFSKLUDGE $(EXTRACFLAGS)" \ + LDFLAGS="-lcrypt" + |