diff options
author | ache <ache@FreeBSD.org> | 1996-12-07 07:42:04 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-07 07:42:04 +0800 |
commit | ef99d1ac63d4d90f14542bf3fedbfa30611ca568 (patch) | |
tree | 6276c83295f88f6c209d567cdfae3b192f144ab8 /mail | |
parent | bdc2142c60b6994c8454dc4537c7323a5a769792 (diff) | |
download | freebsd-ports-gnome-ef99d1ac63d4d90f14542bf3fedbfa30611ca568.tar.gz freebsd-ports-gnome-ef99d1ac63d4d90f14542bf3fedbfa30611ca568.tar.zst freebsd-ports-gnome-ef99d1ac63d4d90f14542bf3fedbfa30611ca568.zip |
lib/news -> news/lib
Diffstat (limited to 'mail')
-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" + |