pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg



Module Name:    pkgsrc
Committed By:   marino
Date:           Tue Nov 15 15:42:21 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg: Makefile

Log Message:
pkgtools/pkg: Follow recent PKG_DBDIR changes in bootstrap script

The default for PKG_DBDIR changed from /var/db/pkg to ${LOCALBASE}/pkgdb
Accordingly, the pkgng location is changing from /var/db/pkgng to
${LOCALBASE}/pkgng-db


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/pkgtools/pkg/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkg/Makefile
diff -u pkgsrc/pkgtools/pkg/Makefile:1.14 pkgsrc/pkgtools/pkg/Makefile:1.15
--- pkgsrc/pkgtools/pkg/Makefile:1.14   Mon Nov 14 19:38:11 2016
+++ pkgsrc/pkgtools/pkg/Makefile        Tue Nov 15 15:42:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/11/14 19:38:11 marino Exp $
+# $NetBSD: Makefile,v 1.15 2016/11/15 15:42:21 marino Exp $
 
 DISTNAME=      pkg-1.8.7
 PKGREVISION=   7
@@ -145,7 +145,7 @@ post-install:
 .if defined (PKG_DBDIR)
 PKGNG_DBDIR?=  ${PKG_DBDIR}
 .else
-PKGNG_DBDIR?=  /var/db/pkgng
+PKGNG_DBDIR?=  ${PREFIX}/pkgng-db
 .endif
 
 .if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly" && ${OPSYS} != "NetBSD"



Home | Main Index | Thread Index | Old Index