diff options
author | gerald <gerald@FreeBSD.org> | 2003-01-16 17:43:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-01-16 17:43:15 +0800 |
commit | 5c8906f0db61d03d1dba92939ff28b5114932725 (patch) | |
tree | d3005131022cb49ada8e5fa507d8bdef1bcb022f /emulators/wine-devel | |
parent | 3abe10c44b676eae0f5216a11d3b58843077f381 (diff) | |
download | freebsd-ports-gnome-5c8906f0db61d03d1dba92939ff28b5114932725.tar.gz freebsd-ports-gnome-5c8906f0db61d03d1dba92939ff28b5114932725.tar.zst freebsd-ports-gnome-5c8906f0db61d03d1dba92939ff28b5114932725.zip |
Properly handle a new man page and some other files current versions of
Wine install.
Approved by: obrien (mentor)
Reported by: kris
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3c61fe831d34..e225121dfe83 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 winemaker.1 wmc.1 wrc.1 +MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_XPM= yes diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index b70348b3816d..9c9e326a97cb 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -6,19 +6,24 @@ bin/regedit bin/regsvr32 bin/uninstaller bin/wcmd +bin/widl bin/wine +bin/wineboot bin/winebuild bin/wineclipsrv bin/wineconsole bin/winedbg bin/winedump bin/winefile +bin/wineg++ +bin/winegcc bin/winelauncher bin/winemaker bin/winemine bin/winepath bin/wineserver bin/wineshelllink +bin/winewrap bin/winhelp bin/wmc bin/wrc @@ -506,6 +511,7 @@ lib/wine/x11drv.dll.so lib/wine/reg/regFixer.pl lib/wine/reg/regRestorer.pl lib/wine/winedefault.reg +share/aclocal/wine.m4 %%PORTDOCS%%share/doc/wine/ANNOUNCE %%PORTDOCS%%share/doc/wine/AUTHORS %%PORTDOCS%%share/doc/wine/LICENSE |