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:           Fri Oct 28 23:37:53 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg: Makefile

Log Message:
pkgtools/pkg: fix installation of conf files (better)

Use of OWN_DIRS alleviates use of @pkgdir.  Thanks to jperkins
and ultimately wiz for the suggestion.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/pkgtools/pkg/Makefile:1.12
--- pkgsrc/pkgtools/pkg/Makefile:1.11   Fri Oct 28 19:35:30 2016
+++ pkgsrc/pkgtools/pkg/Makefile        Fri Oct 28 23:37:53 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/10/28 19:35:30 marino Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/28 23:37:53 marino Exp $
 
 DISTNAME=      pkg-1.8.7
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    pkgtools
 MASTER_SITES=  http://files.etoilebsd.net/pkg/
 EXTRACT_SUFX=  .tar.xz
@@ -36,6 +36,11 @@ CONF_FILES+= ${EGDIR}/periodic/weekly/40
 CONF_FILES+=   ${EGDIR}/pkg.conf.sample \
                ${PKG_SYSCONFDIR}/pkg.conf
 
+OWN_DIRS=      ${PKG_SYSCONFDIR}/bash_completion.d \
+               ${PKG_SYSCONFDIR}/periodic/daily \
+               ${PKG_SYSCONFDIR}/periodic/security \
+               ${PKG_SYSCONFDIR}/periodic/weekly
+
 SUBST_CLASSES+=        manpages-prefix
 SUBST_STAGE.manpages-prefix=   pre-install
 SUBST_FILES.manpages-prefix=   docs/pkg-install.8 docs/pkg-repo.8



Home | Main Index | Thread Index | Old Index