summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-02-08 17:19:50 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-02-08 17:19:50 +0000
commit9c33c7307993b976e1fc03a299dad4001d9e962a (patch)
treecffe3b53abac17b71973f51cb294905f6f8e7204
parentaaa5ae63a86b62afd1628bda3f4b12c9fa4a483e (diff)
downloadpkgsrc-9c33c7307993b976e1fc03a299dad4001d9e962a.tar.gz
python: fix typo in comment in egg.mk
-rw-r--r--lang/python/egg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index 74d51f2a5c5..1677b735ba9 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.35 2022/01/12 08:34:34 wiz Exp $
+# $NetBSD: egg.mk,v 1.36 2022/02/08 17:19:50 gutteridge Exp $
#
# Common logic to handle Python Eggs
#
@@ -16,7 +16,7 @@ EGG_INFODIR?= ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
-# True eggs always have an egg-info directory egg.mk can also
+# True eggs always have an egg-info directory. egg.mk can also
# be used for distutils packages, in which case there will be no
# egg-info directory.