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:39:10 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg: PLIST

Log Message:
pkgtools/pkg: fix installation of conf files (forgotten PLIST delta)

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.6 -r1.7 pkgsrc/pkgtools/pkg/PLIST

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/PLIST
diff -u pkgsrc/pkgtools/pkg/PLIST:1.6 pkgsrc/pkgtools/pkg/PLIST:1.7
--- pkgsrc/pkgtools/pkg/PLIST:1.6       Fri Oct 28 19:35:30 2016
+++ pkgsrc/pkgtools/pkg/PLIST   Fri Oct 28 23:39:10 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/10/28 19:35:30 marino Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/10/28 23:39:10 marino Exp $
 include/pkg.h
 lib/libpkg.la
 lib/libpkg_static.la
@@ -52,7 +52,3 @@ share/examples/pkg/periodic/security/460
 share/examples/pkg/periodic/weekly/400.status-pkg
 share/examples/pkg/pkg.conf.sample
 share/zsh/site-functions/_pkg
-@pkgdir etc/bash_completion.d
-@pkgdir etc/periodic/daily
-@pkgdir etc/periodic/security
-@pkgdir etc/periodic/weekly



Home | Main Index | Thread Index | Old Index