mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
2ca9abcb58
- add -DPOSIX to pico build so that it doesn't use the sgtty cruft. - clean freebsd-specific files too. - correctly specify wait() as taking an int, rather than configuring it for "union wait *" and adding patches to cast them to int's. - use POSIX counterparts for pine proper (signals, non-blocking, termios) - correct path to /usr/bin/passwd (not /bin/passwd) - revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD, BSF=FreeBSD, BSI=BSDI) - use more usual paths for news files. both cnews and inn* default to /var/news (usually), and the inn ports default to /usr/local/news/lib/active (cnews uses /usr/local/lib/news/active) None of our ports use /usr/spool/news or /usr/lib/news/active. Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (PR#1458)
16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
--- build.old Fri Aug 9 15:37:20 1996
|
|
+++ build Fri Aug 9 15:53:55 1996
|
|
@@ -195,10 +195,10 @@
|
|
make clean
|
|
echo "Cleaning Pine"
|
|
cd $PHOME/pine
|
|
- make -f makefile.ult clean
|
|
+ make -f makefile.bsf clean
|
|
echo "Cleaning pico"
|
|
cd $PHOME/pico
|
|
- make $makeargs -f makefile.ult clean
|
|
+ make $makeargs -f makefile.bsf clean
|
|
echo "Done"
|
|
cd $PHOME
|
|
;;
|