svn commit: r511088 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 12:23:18 UTC 2019


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 at 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.


More information about the svn-ports-head mailing list