aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-04 12:23:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-04 12:23:18 +0000
commit5a05e1d20729c5c4d18063859c031f3bcf7c2980 (patch)
tree3acee0991975b76656f3f4e6f080e7c3ecc829f6 /Mk
parent4c10e63e6034a16b4fcb38e8e12fc80230181290 (diff)
downloadports-5a05e1d20729c5c4d18063859c031f3bcf7c2980.tar.gz
ports-5a05e1d20729c5c4d18063859c031f3bcf7c2980.zip
Fix documentation of the reinstall target
Notes
Notes: svn path=/head/; revision=511088
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a7ce3daaa0ae..1c68343b6943 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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.