diff options
author | jmmv <jmmv> | 2010-04-22 11:58:51 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2010-04-22 11:58:51 +0000 |
commit | 220a5e7aac9b6734aed1bb34f586104fd1d02e13 (patch) | |
tree | e24e93dee219c8c2ad4849f8a383a8b787f3f603 /print/libpaper/PLIST | |
parent | 63868eba00dc853a7df0b69d9e07de9de8a7d246 (diff) | |
download | pkgsrc-220a5e7aac9b6734aed1bb34f586104fd1d02e13.tar.gz |
Generate the sample configuration file during the build stage and install
it as any other configuration file, instead of creating it in-place during
package installation.
This makes the configuration file go away upon package deinstallation,
unless it was modified by the administrator.
Bump PKGREVISION to 1.
Diffstat (limited to 'print/libpaper/PLIST')
-rw-r--r-- | print/libpaper/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libpaper/PLIST b/print/libpaper/PLIST index 653d24a2ef6..6b47add81cd 100644 --- a/print/libpaper/PLIST +++ b/print/libpaper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/04 20:10:12 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/04/22 11:58:51 jmmv Exp $ bin/paperconf include/paper.h lib/libpaper.la @@ -21,3 +21,4 @@ man/man3/systempapersizefile.3 man/man5/papersize.5 man/man8/paperconfig.8 sbin/paperconfig +share/examples/libpaper/papersize |