summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-01-20 01:35:33 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-01-20 01:35:33 +0000
commit13d4a5656e19daea939a4f14d551d91047b28dcc (patch)
tree649399d454c25f7ed9e4b622788df144e531a404 /mk
parent4cd8026625da760e8a537a0d0fa7f543ef9d2f67 (diff)
downloadpkgsrc-13d4a5656e19daea939a4f14d551d91047b28dcc.tar.gz
developer.mk: improve a comment
Diffstat (limited to 'mk')
-rw-r--r--mk/misc/developer.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/misc/developer.mk b/mk/misc/developer.mk
index c01053aa22e..8100fb1b142 100644
--- a/mk/misc/developer.mk
+++ b/mk/misc/developer.mk
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.24 2017/09/13 09:06:34 wiz Exp $
+# $NetBSD: developer.mk,v 1.25 2021/01/20 01:35:33 gutteridge Exp $
#
# Public targets for developers:
#
@@ -54,9 +54,9 @@
# Like changes-entry, plus the CHANGES and TODO files are committed.
#
# upload-distfiles:
-# Upload files that wish to provide distfiles that others may fetch.
-# It only upload distfiles that are freely re-distributable by setting
-# NO_SKIP (see mk/fetch/bsd.fetch-vars.mk).
+# Upload distribution files to a project archive so that others may fetch
+# them from there. It only uploads distfiles that are freely
+# re-distributable by setting NO_SKIP (see mk/fetch/bsd.fetch-vars.mk).
#
# Keywords: commit update add rename changes upload
#