diff options
author | will <will@FreeBSD.org> | 2000-12-21 18:24:59 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-21 18:24:59 +0800 |
commit | d6bf57de51c2bf954da618010799e378c5b53185 (patch) | |
tree | e44506aa48e3b07399d756e716d60333243c22e6 | |
parent | e22aee3375e41a533803eb11336f21d4bb9de808 (diff) | |
download | freebsd-ports-gnome-d6bf57de51c2bf954da618010799e378c5b53185.tar.gz freebsd-ports-gnome-d6bf57de51c2bf954da618010799e378c5b53185.tar.zst freebsd-ports-gnome-d6bf57de51c2bf954da618010799e378c5b53185.zip |
Fix PLIST and manpage packaging.
PR: 23664
Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net>
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 5 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 5 |
4 files changed, 12 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1a8e86e769fa..f8160fc69b1b 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 +MAN1= wine.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 81736d4d2a22..c8b715c4ec50 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1,9 +1,14 @@ +bin/dosmod +bin/fnt2bdf bin/wine bin/winebuild bin/wineclipsrv bin/winedbg bin/wineserver +bin/wmc +bin/wrc bin/regSet.sh +@unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi etc/wine.conf.sample include/wine/basetsd.h include/wine/cderr.h diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1a8e86e769fa..f8160fc69b1b 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 +MAN1= wine.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 81736d4d2a22..c8b715c4ec50 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -1,9 +1,14 @@ +bin/dosmod +bin/fnt2bdf bin/wine bin/winebuild bin/wineclipsrv bin/winedbg bin/wineserver +bin/wmc +bin/wrc bin/regSet.sh +@unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi etc/wine.conf.sample include/wine/basetsd.h include/wine/cderr.h |