summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-11-03 14:36:15 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-11-03 14:36:15 +0000
commit6632bb28386cc0c497f94f4eddc28ab936cd2883 (patch)
treedd09ba9425aa5dc79e4bd7cc127923d728c88a6f /Mk/bsd.port.mk
parentnet-mgmt/zabbix44-*: Mark as deprecated (diff)
Fix a typo
Reported by: cy Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=553987
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b0c39fdaedad..5693f018bc29 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2040,7 +2040,7 @@ STAGE_COOKIE?= ${WRKDIR}/.stage_done.${PORTNAME}.${PREFIX:S/\//_/g}
# How to do nothing. Override if you, for some strange reason, would rather
# do something.
-# In general, however, DO_NADA is a relict of the past in the ports
+# In general, however, DO_NADA is a relic of the past in the ports
# infrastructure, and most of its usage has been removed. If you need to define
# a target with DO_NADA, then there is a high chance that the ports
# infrastructure should be fixed instead.