diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-05-24 08:17:11 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-05-24 08:17:11 +0000 |
commit | 1f0144c6619239c5a0dd09bbe7786e14b55b0b6c (patch) | |
tree | 5337cbb97e7c44cd520244de562b1c9a2ffbb79b /emulators/wine-devel/pkg-plist | |
parent | 1eeddab690b60bad9a92856892787d5ffb5843db (diff) | |
download | ports-1f0144c6619239c5a0dd09bbe7786e14b55b0b6c.tar.gz ports-1f0144c6619239c5a0dd09bbe7786e14b55b0b6c.zip |
Add a couple of missing entries for $PREFIX/bin to pkg-plist.
PR: 38486
Submitted by: Christopher Hall <hsw@acm.org>
Notes
Notes:
svn path=/head/; revision=59864
Diffstat (limited to 'emulators/wine-devel/pkg-plist')
-rw-r--r-- | emulators/wine-devel/pkg-plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 0708c84785ee..a30d97ac041b 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1,6 +1,20 @@ +bin/control +bin/control.so bin/fnt2bdf bin/function_grep.pl +bin/notepad +bin/notepad.so +bin/progman +bin/progman.so bin/regSet.sh +bin/regedit +bin/regedit.so +bin/regsvr32 +bin/regsvr32.so +bin/uninstaller +bin/uninstaller.so +bin/wcmd +bin/wcmd.so bin/wine bin/winebuild bin/wineclipsrv @@ -11,8 +25,16 @@ bin/winedbg.so bin/winedump bin/winelauncher bin/winemaker +bin/winemine +bin/winemine.so +bin/winepath +bin/winepath.so bin/wineserver bin/wineshelllink +bin/winhelp +bin/winhelp.so +bin/winver +bin/winver.so bin/wmc bin/wrc @unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi |