mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
|
--- bin/dxworker.in.orig Wed Aug 4 22:03:37 1999
|
||
|
+++ bin/dxworker.in Fri Sep 17 15:29:13 1999
|
||
|
@@ -22,8 +22,8 @@
|
||
|
# determine the machine type, and set uiarch, exarch and thisver defaults
|
||
|
switch ( $thissys )
|
||
|
case FreeBSD:
|
||
|
- set exarch=freebsd
|
||
|
- set uiarch=freebsd
|
||
|
+ set exarch=$thismach
|
||
|
+ set uiarch=$thismach
|
||
|
|
||
|
set remove=/usr/bin/rsh
|
||
|
|