Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel devel/Makefile: Fix typo and oversight in previo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb01542484f
branches:  trunk
changeset: 437252:5eb01542484f
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Wed Aug 19 12:41:43 2020 +0000

description:
devel/Makefile: Fix typo and oversight in previous additions.

diffstat:

 devel/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d7cec6f59731 -r 5eb01542484f devel/Makefile
--- a/devel/Makefile    Wed Aug 19 12:40:59 2020 +0000
+++ b/devel/Makefile    Wed Aug 19 12:41:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3184 2020/08/18 23:38:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.3185 2020/08/19 12:41:43 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -2161,6 +2161,7 @@
 SUBDIR+=       py-ZopeTestrunner
 SUBDIR+=       py-absl-py
 SUBDIR+=       py-adb
+SUBDIR+=       py-ailment
 SUBDIR+=       py-aiocontextvars
 SUBDIR+=       py-aiofiles
 SUBDIR+=       py-aiounittest
@@ -2655,7 +2656,7 @@
 SUBDIR+=       py-whichcraft
 SUBDIR+=       py-windbg
 SUBDIR+=       py-wrapt
-9SUBDIR+=      py-xbe
+SUBDIR+=       py-xbe
 SUBDIR+=       py-xdg
 SUBDIR+=       py-xdis
 SUBDIR+=       py-xopen



Home | Main Index | Thread Index | Old Index