diff options
author | ache <ache@FreeBSD.org> | 1996-12-03 21:08:31 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-03 21:08:31 +0800 |
commit | 3ef46f87a69a269f00eb6928a1d66a705adf34bc (patch) | |
tree | 6e1d70d90e0c4075f604fa3366139f1c9d1af7a3 /mail | |
parent | 107285ce7052214a10573004f5efd886c5d23bdc (diff) | |
download | freebsd-ports-gnome-3ef46f87a69a269f00eb6928a1d66a705adf34bc.tar.gz freebsd-ports-gnome-3ef46f87a69a269f00eb6928a1d66a705adf34bc.tar.zst freebsd-ports-gnome-3ef46f87a69a269f00eb6928a1d66a705adf34bc.zip |
/usr/local/news/lib -> /usr/local/lib/news
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pine4/files/patch-af b/mail/pine4/files/patch-af index 96f632bd2e77..23a04c63c1a5 100644 --- a/mail/pine4/files/patch-af +++ b/mail/pine4/files/patch-af @@ -31,7 +31,7 @@ + bsf: # FreeBSD + $(MAKE) mtest OS=bsi EXTRADRIVERS="$(EXTRADRIVERS)" \ + STDPROTO=bezerkproto MAILSPOOL=/var/mail \ -+ ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \ ++ ACTIVEFILE=/usr/local/lib/news/active NEWSSPOOL=/var/news \ + RSHPATH=/usr/bin/rsh CFLAGS="-O -pipe -DNFSKLUDGE $(EXTRACFLAGS)" \ + LDFLAGS="-lcrypt" + |