pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel (devel/Makefile) correction the order (sort)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a50db122a241
branches:  trunk
changeset: 439426:a50db122a241
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 19 21:42:58 2020 +0000

description:
(devel/Makefile) correction the order (sort)

diffstat:

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

diffs (24 lines):

diff -r 091b65fce3ff -r a50db122a241 devel/Makefile
--- a/devel/Makefile    Sat Sep 19 21:39:54 2020 +0000
+++ b/devel/Makefile    Sat Sep 19 21:42:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3247 2020/09/19 21:12:52 mef Exp $
+# $NetBSD: Makefile,v 1.3248 2020/09/19 21:42:58 mef Exp $
 #
 
 COMMENT=       Development utilities
@@ -41,13 +41,13 @@
 SUBDIR+=       R-ini
 SUBDIR+=       R-inline
 SUBDIR+=       R-iterators
-SUBDIR+=       R-pkgKitten
 SUBDIR+=       R-lazyeval
 SUBDIR+=       R-lifecycle
 SUBDIR+=       R-lintr
 SUBDIR+=       R-magrittr
 SUBDIR+=       R-memoise
 SUBDIR+=       R-mockery
+SUBDIR+=       R-pkgKitten
 SUBDIR+=       R-pkgbuild
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-pkgload



Home | Main Index | Thread Index | Old Index