OSDN Git Service

[NEW] show heritage command is added. The database records ports which have not eithe...
[portsreinstall/current.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 9bf86ff..785dba4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,18 +1,17 @@
 # ==============================================================================
 # portsreinstall installation guide
-# Copyright (C) 2010-2015 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2010-2018 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # ==============================================================================
 
  For managements within the port/packages system,
 the installation is available by
         make -C /usr/ports/ports-mgmt/portsreinstall install clean
+or
+        pkg add ports-mgmt/portsreinstall
 and the deinstallation is by
         make -C /usr/ports/ports-mgmt/portsreinstall deinstall
 or
-        pkg_delete portsreinstall-\*
-for the legacy packages and
-        pkg delete portsreinstall-\*
-for the new generation packages (pkgng).
+        pkg delete ports-mgmt/portsreinstall
 
  The following part of this file explains how to install/deinstall this software
 outside of the port/packages system.
@@ -26,7 +25,7 @@ the files installed outside of the port/packages system.
  FreeBSD 7.x-RELEASE and later are intended systems to support.
  The first version of this software was developed on FreeBSD 7.3-RELEASE and
 8.1-RELEASE. The latest version was developed on FreeBSD 8.3-RELEASE. Both the
-legacy packages system and the new generation packages (pkgng) system are
+legacy packages system and the modern packages system (formerly called new generation packages ,pkgng) are
 supported.