diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1998-09-15 19:51:01 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1998-09-15 19:51:01 +0000 |
commit | a1e36cfb8a18967a4a61c471554e944c04a77ea1 (patch) | |
tree | 894d4b620724b8c6cf4febbcf66249dd37a6bcd1 /games/xmahjongg | |
parent | upgrade to 4.42 (diff) |
Fix the packaging list. I've been lazy initially, and specified only
the directory name for the xmahjongg libdir, as opposed to the component
files.
Reminded by: David Kulp <dkulp@neomorphic.com>
While i was at it, it also occured to me that i need an @unexec with
the mkfontdir command, so fonts.dir is being rebuilt upon
deinstallation, too.
Notes
Notes:
svn path=/head/; revision=13157
Diffstat (limited to 'games/xmahjongg')
-rw-r--r-- | games/xmahjongg/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xmahjongg/pkg-plist b/games/xmahjongg/pkg-plist index 5228884a862b..2c594203b62d 100644 --- a/games/xmahjongg/pkg-plist +++ b/games/xmahjongg/pkg-plist @@ -1,6 +1,9 @@ bin/xmahjongg man/man6/xmahjongg.6.gz -lib/X11/xmahjongg +lib/X11/xmahjongg/bridge +lib/X11/xmahjongg/default +lib/X11/xmahjongg/wedges @dirrm lib/X11/xmahjongg lib/X11/fonts/misc/xmahjongg.bdf @exec /usr/X11R6/bin/mkfontdir %B +@unexec /usr/X11R6/bin/mkfontdir %B |