Date: Tue, 3 Nov 2020 14:36:15 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553987 - head/Mk Message-ID: <202011031436.0A3EaFYE036675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Tue Nov 3 14:36:15 2020 New Revision: 553987 URL: https://svnweb.freebsd.org/changeset/ports/553987 Log: Fix a typo Reported by: cy Approved by: portmgr blanket Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Nov 3 14:34:58 2020 (r553986) +++ head/Mk/bsd.port.mk Tue Nov 3 14:36:15 2020 (r553987) @@ -2040,7 +2040,7 @@ STAGE_COOKIE?= ${WRKDIR}/.stage_done.${PORTNAME}.${PR # 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011031436.0A3EaFYE036675>