summaryrefslogtreecommitdiff
path: root/pkgtools/pkg/PLIST
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-10-28 19:35:30 +0000
committermarino <marino@pkgsrc.org>2016-10-28 19:35:30 +0000
commit53389445dc359ee8bbf30288f97f8c68e37aada8 (patch)
treeceb0300ec3c12f62cbe595e36958c1d931b0abb4 /pkgtools/pkg/PLIST
parentfe1e549fe644e1bfaace9d6dbd0420acd17a22b9 (diff)
downloadpkgsrc-53389445dc359ee8bbf30288f97f8c68e37aada8.tar.gz
pkgtools/pkg: fix installation of conf files
The CONF_FILES are never installed if their target directories don't already exist due to other previous installation. This adds several @pkgdir entries to ensure the CONF_FILES installation can always succeed. While here, simplify the post-install target.
Diffstat (limited to 'pkgtools/pkg/PLIST')
-rw-r--r--pkgtools/pkg/PLIST7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/pkg/PLIST b/pkgtools/pkg/PLIST
index 202cde62557..bb9ea70860a 100644
--- a/pkgtools/pkg/PLIST
+++ b/pkgtools/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/10/27 00:24:58 khorben Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/10/28 19:35:30 marino Exp $
include/pkg.h
lib/libpkg.la
lib/libpkg_static.la
@@ -52,4 +52,7 @@ share/examples/pkg/periodic/security/460.pkg-checksum
share/examples/pkg/periodic/weekly/400.status-pkg
share/examples/pkg/pkg.conf.sample
share/zsh/site-functions/_pkg
-@pkgdir etc/periodic
+@pkgdir etc/bash_completion.d
+@pkgdir etc/periodic/daily
+@pkgdir etc/periodic/security
+@pkgdir etc/periodic/weekly