diff options
author | marino <marino@pkgsrc.org> | 2016-10-28 23:39:10 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-10-28 23:39:10 +0000 |
commit | da4b33c71c63023617df31d2b1cc38bb509f1671 (patch) | |
tree | 6ca9bf4cdd95537a743a6608d2fc86293ff756d2 /pkgtools | |
parent | e005ad1427a3a287306d48cdacd392214baa8427 (diff) | |
download | pkgsrc-da4b33c71c63023617df31d2b1cc38bb509f1671.tar.gz |
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.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg/PLIST | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/pkg/PLIST b/pkgtools/pkg/PLIST index bb9ea70860a..2ff1f392c85 100644 --- a/pkgtools/pkg/PLIST +++ b/pkgtools/pkg/PLIST @@ -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.pkg-checksum 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 |