Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 07:47:27 +0000
Message-ID:  <69255f0f.26234.2e107d13@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14befc22a972963c55d1166745c5086744cd1413

commit 14befc22a972963c55d1166745c5086744cd1413
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-11-25 07:45:51 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-11-25 07:45:51 +0000

    net/unison240: Fix packaging
    
    I removed `OPTIONS_DEFINE` in the last update by mistake
    
    Reported by:    fallout
    Fixes:          ba72838fff3e7fa001d247aa5409e889a7c864c3
    MFH:            2025Q4
---
 net/unison240/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/unison240/Makefile b/net/unison240/Makefile
index 6c710c9b2677..dcd1f225dca3 100644
--- a/net/unison240/Makefile
+++ b/net/unison240/Makefile
@@ -56,6 +56,8 @@ USES+=		gettext-runtime gnome
 PLIST_SUB+=	X11=""
 .endif
 
+OPTIONS_DEFINE=		DOCS
+
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == powerpc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69255f0f.26234.2e107d13>