diff options
author | gerald <gerald@FreeBSD.org> | 2002-05-24 08:17:11 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-05-24 08:17:11 +0000 |
commit | 6cba897587dc304362f57a691733aaa156308bed (patch) | |
tree | 4162d2247005a4f72bba8f26abfcd9f2340b47b0 | |
parent | e9dcb9aa400867326724b50e3df27c6864a52a69 (diff) | |
download | FreeBSD-ports-6cba897587dc304362f57a691733aaa156308bed.zip FreeBSD-ports-6cba897587dc304362f57a691733aaa156308bed.tar.gz |
Add a couple of missing entries for $PREFIX/bin to pkg-plist.
PR: 38486
Submitted by: Christopher Hall <hsw@acm.org>
-rw-r--r-- | emulators/wine-devel/pkg-plist | 22 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 0708c84..a30d97a 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 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 0708c84..a30d97a 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/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 |