pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Dec 20 20:22:17 UTC 2020

Modified Files:
        pkgsrc/mk/platform: NetBSD.mk

Log Message:
Fix error, pointed out by jperkin, thanks


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mk/platform/NetBSD.mk

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

Modified files:

Index: pkgsrc/mk/platform/NetBSD.mk
diff -u pkgsrc/mk/platform/NetBSD.mk:1.63 pkgsrc/mk/platform/NetBSD.mk:1.64
--- pkgsrc/mk/platform/NetBSD.mk:1.63   Sun Dec 20 19:44:16 2020
+++ pkgsrc/mk/platform/NetBSD.mk        Sun Dec 20 20:22:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.63 2020/12/20 19:44:16 maya Exp $
+# $NetBSD: NetBSD.mk,v 1.64 2020/12/20 20:22:17 maya Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -168,7 +168,7 @@ _OPSYS_SUPPORTS_STACK_CHECK=        yes
 .if !defined(PKG_DBDIR) && exists(/var/db/pkg)
 PKG_DBDIR_ERROR=       Compatibility pkgdb location exists, but PKG_DBDIR not specified. \
                        This may cause unexpected issues. To avoid problems, add \
-                       PKG_DBDIR=${_OLD_DEFAULT_PKGDB_DIR} to /etc/mk.conf.
+                       PKG_DBDIR=/var/db/pkg to /etc/mk.conf.
 .endif
 
 _OPSYS_SUPPORTS_CWRAPPERS=     yes



Home | Main Index | Thread Index | Old Index