Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 12:23:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511088 - head/Mk
Message-ID:  <201909041223.x84CNIJC068553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep  4 12:23:18 2019
New Revision: 511088
URL: https://svnweb.freebsd.org/changeset/ports/511088

Log:
  Fix documentation of the reinstall target

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Sep  4 12:23:03 2019	(r511087)
+++ head/Mk/bsd.port.mk	Wed Sep  4 12:23:18 2019	(r511088)
@@ -610,8 +610,8 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  scripts or nothing, depending on what's available.
 # build			- Actually compile the sources.
 # install		- Install the results of a build.
-# reinstall		- Install the results of a build, ignoring "already installed"
-#				  flag.
+# reinstall		- Install the results of a build, deinstalling any previous
+#				  installation if needed.
 # deinstall		- Remove the installation.
 # deinstall-all	- Remove all installations with the same PKGORIGIN.
 # test			- Run tests for the port.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909041223.x84CNIJC068553>