Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2025 11:29:40 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d45588eb7ab - main - wine-devel: Include wine.1 man pages in all builds
Message-ID:  <202505081129.548BTetv048583@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d45588eb7ab5da2af534c55e22737733ec99ba1

commit 0d45588eb7ab5da2af534c55e22737733ec99ba1
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2025-05-08 11:27:38 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2025-05-08 11:27:38 +0000

    wine-devel: Include wine.1 man pages in all builds
    
    Originally [1] these were only available for 32-bit builds, which
    changed since.
    
    PR:             204227 [1]
---
 emulators/wine-devel/Makefile  | 1 +
 emulators/wine-devel/pkg-plist | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 4af969856ca8..42173a71f552 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wine
 DISTVERSION=	10.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://dl.winehq.org/wine/source/10.x/
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 90ac42601e40..005c41812e6e 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -2721,10 +2721,10 @@ lib/wine/%%WINEARCH%%-windows/xolehlp.dll
 lib/wine/%%WINEARCH%%-windows/xpsprint.dll
 lib/wine/%%WINEARCH%%-windows/xpssvcs.dll
 share/applications/wine.desktop
-%%WINE32%%share/man/de.UTF-8/man1/wine.1.gz
+share/man/de.UTF-8/man1/wine.1.gz
 share/man/de.UTF-8/man1/winemaker.1.gz
 share/man/de.UTF-8/man1/wineserver.1.gz
-%%WINE32%%share/man/fr.UTF-8/man1/wine.1.gz
+share/man/fr.UTF-8/man1/wine.1.gz
 share/man/fr.UTF-8/man1/winemaker.1.gz
 share/man/fr.UTF-8/man1/wineserver.1.gz
 share/man/man1/msiexec.1.gz
@@ -2732,7 +2732,7 @@ share/man/man1/notepad.1.gz
 share/man/man1/regedit.1.gz
 share/man/man1/regsvr32.1.gz
 share/man/man1/widl.1.gz
-%%WINE32%%share/man/man1/wine.1.gz
+share/man/man1/wine.1.gz
 share/man/man1/wineboot.1.gz
 share/man/man1/winebuild.1.gz
 share/man/man1/winecfg.1.gz
@@ -2749,7 +2749,7 @@ share/man/man1/winepath.1.gz
 share/man/man1/wineserver.1.gz
 share/man/man1/wmc.1.gz
 share/man/man1/wrc.1.gz
-%%WINE32%%share/man/pl.UTF-8/man1/wine.1.gz
+share/man/pl.UTF-8/man1/wine.1.gz
 %%DATADIR%%/nls/c_037.nls
 %%DATADIR%%/nls/c_10000.nls
 %%DATADIR%%/nls/c_10001.nls


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505081129.548BTetv048583>