diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2000-12-29 16:29:12 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2000-12-29 16:29:12 +0000 |
commit | 00ffe5b8ddd43e39032bfda7f980e51729c1cbd2 (patch) | |
tree | 34bcd4aa5fba92d04c8040e78e0ccc53759d116f /emulators | |
parent | de624ba7565400d1c57744916425a0b69148484e (diff) | |
download | ports-00ffe5b8ddd43e39032bfda7f980e51729c1cbd2.tar.gz ports-00ffe5b8ddd43e39032bfda7f980e51729c1cbd2.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index ac88671d5d9b..66fd8cd57e53 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --disable-opengl CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 wmc.1 wrc.1 +MAN1= wine.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 d1566a0306ce..d2f8ad287a9f 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -4,7 +4,10 @@ bin/wine bin/winebuild bin/wineclipsrv bin/winedbg +bin/winelauncher +bin/winemaker bin/wineserver +bin/wineshelllink bin/wmc bin/wrc bin/regSet.sh diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ac88671d5d9b..66fd8cd57e53 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --disable-opengl CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 wmc.1 wrc.1 +MAN1= wine.1 winemaker.1 wmc.1 wrc.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_XPM= yes diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index d1566a0306ce..d2f8ad287a9f 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -4,7 +4,10 @@ bin/wine bin/winebuild bin/wineclipsrv bin/winedbg +bin/winelauncher +bin/winemaker bin/wineserver +bin/wineshelllink bin/wmc bin/wrc bin/regSet.sh |