diff options
author | seb <seb@pkgsrc.org> | 2003-08-03 01:01:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-03 01:01:32 +0000 |
commit | a5e87f43d9f878f5d05ef393ba23f8838e58821a (patch) | |
tree | aa4def1c57cbf416481c168dc24d5c0a9f8765c3 /misc/pinfo/PLIST | |
parent | ef35a4ae374fd6a787ce4a94af088e2c6236a0e1 (diff) | |
download | pkgsrc-a5e87f43d9f878f5d05ef393ba23f8838e58821a.tar.gz |
Obey to PKG_SYSCONFDIR. Use bsd.pkg.install.mk framework to deal
with configuration file. Install example configuration file
in the canonical pkgsrc directory.
Bump PKGREVISION.
Diffstat (limited to 'misc/pinfo/PLIST')
-rw-r--r-- | misc/pinfo/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/pinfo/PLIST b/misc/pinfo/PLIST index cda18822883..a708063d134 100644 --- a/misc/pinfo/PLIST +++ b/misc/pinfo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/08/03 00:46:22 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/08/03 01:01:32 seb Exp $ bin/pinfo info/pinfo.info man/man1/pinfo.1 @@ -7,5 +7,5 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pinfo.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/pinfo.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/pinfo.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/pinfo.mo -share/examples/pinforc -@exec if [ ! -f %D/etc/pinforc ]; then cp %D/share/examples/pinforc %D/etc/; fi +share/examples/pinfo/pinforc +@dirrm share/examples/pinfo |