pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Jan  2 07:51:25 UTC 2021

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel: Fix typo breaking bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.3305 -r1.3306 pkgsrc/devel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3305 pkgsrc/devel/Makefile:1.3306
--- pkgsrc/devel/Makefile:1.3305        Fri Jan  1 14:45:28 2021
+++ pkgsrc/devel/Makefile       Sat Jan  2 07:51:25 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3305 2021/01/01 14:45:28 pin Exp $
+# $NetBSD: Makefile,v 1.3306 2021/01/02 07:51:25 jperkin Exp $
 #
 
 COMMENT=       Development utilities
@@ -54,7 +54,7 @@ SUBDIR+=      R-mockery
 SUBDIR+=       R-pak
 SUBDIR+=       R-pkgKitten
 SUBDIR+=       R-pkgbuild
-SUBDIR+=       R-pkgbcache
+SUBDIR+=       R-pkgcache
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-pkgload
 SUBDIR+=       R-plogr



Home | Main Index | Thread Index | Old Index