diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-14 19:56:36 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-14 19:56:36 +0000 |
commit | f035e820bfc528e6841b44831ee9888df40898f3 (patch) | |
tree | d2b954b251434cc2025958422853aa9ec2c78911 /misc | |
parent | Update to the 20040408 snapshot of Wine. Improve installation to non-default (diff) |
- add @dirrm
Reported on: dosirak
Notes
Notes:
svn path=/head/; revision=107069
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pdmenu/pkg-plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/pdmenu/pkg-plist b/misc/pdmenu/pkg-plist index 2586a528eddb..8b957c67a2c9 100644 --- a/misc/pdmenu/pkg-plist +++ b/misc/pdmenu/pkg-plist @@ -1,5 +1,7 @@ bin/pdmenu etc/pdmenurc -share/pdmenu/editdir.pl -share/pdmenu/showdir.pl -@dirrm share/pdmenu +%%DATADIR%%/editdir.pl +%%DATADIR%%/showdir.pl +@dirrm %%DATADIR%% +@dirrm lib/pdmenu + |