mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25725d6ffb
others to work on it too.
12 lines
284 B
Groff
12 lines
284 B
Groff
--- config_office/bootstrap.1.orig Mon Sep 18 09:13:24 2000
|
|
+++ config_office/bootstrap.1 Fri Oct 13 17:51:37 2000
|
|
@@ -9,6 +9,8 @@
|
|
make linux
|
|
else if ($platform == "Darwin") then
|
|
make macosx
|
|
+else if ($platform == "FreeBSD") then
|
|
+ make linux
|
|
endif
|
|
|
|
if "$?" != "0" exit
|