diff --git a/general/genutils/lsof.xml b/general/genutils/lsof.xml
index 893c520f50..786021d7b0 100644
--- a/general/genutils/lsof.xml
+++ b/general/genutils/lsof.xml
@@ -78,7 +78,7 @@
tar xf lsof_&lsof-version;.tar &&
cd lsof_&lsof-version; &&
-yes n |./Configure linux &&
+./Configure -n linux &&
make CFGL="-L./lib -ltirpc"
This package does not come with a working test suite.
@@ -94,13 +94,13 @@ install -v lsof.8 /usr/share/man/man8
Command Explanations
- yes n |./Configure ...: Automatically answer two
- questions asked by the Configure script.
+ ./Configure -n linux: Avoid AFS, customization, and
+ inventory checks, and use target-dialect Linux.
- make CFGL="-L./lib -ltirpc": Instruct make the libtirpc
- libraries locations.
+ make CFGL="-L./lib -ltirpc": Instruct the libtirpc
+ libraries location to make command.