OSDN Git Service

Fixed a bug emerged by the previous modification about the error termination at make...
[portsreinstall/current.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 20ebac6..785dba4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,18 +1,17 @@
 # ==============================================================================
 # portsreinstall installation guide
-# Copyright (C) 2010-2013 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 conventional 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
-conventional 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.
 
 
@@ -50,7 +49,7 @@ installation paths is available by defining PREFIX as an environment variable or
 a make argument.
 
 
-[UNINSTALLATION]
+[DEINSTALLATION]
 
  In the directory where this file exists, execute
         make deinstall