pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unison-snapshot: Merge changes from net/unison



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Nov 24 06:31:35 2024 -0500
Changeset:	63761dcd4d214fbe58fa54e3098e7505c7f675e6

Modified Files:
	unison-snapshot/Makefile

Log Message:
unison-snapshot: Merge changes from net/unison

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63761dcd4d214fbe58fa54e3098e7505c7f675e6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unison-snapshot/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index 7ac9b829f8..bfba9c6a00 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.158 2024/05/07 23:52:11 gdt Exp $
+# $NetBSD: Makefile,v 1.166 2024/11/23 13:59:40 wiz Exp $
 
 # master after 2.53.7
 DISTNAME=	unison-2.53.7.50
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
-#GITHUB_TAG=	v${PKGVERSION_NOREV}
 GITHUB_TAG=	d08a5c35e5a9a2cf9729fff56af0313999aa0c06
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -17,12 +16,12 @@ LICENSE=	gnu-gpl-v3
 USE_TOOLS+=	gmake bash
 MAKE_FLAGS+=	CFLAGS=""
 ALL_ENV+=	PREFIX=${PREFIX}
-ALL_ENV+=	MANDIR=${PREFIX}/man
+ALL_ENV+=	MANDIR=${PREFIX}/${PKGMANDIR}
 MAKE_ENV+=	HOME=${WRKDIR:Q}
 
 .include "../../lang/ocaml/ocaml.mk"
 
-.if (${OCAML_USE_OPT_COMPILER} == "yes")
+.if ${OCAML_USE_OPT_COMPILER} == "yes"
 MAKE_FLAGS+=	NATIVE=true
 .else
 MAKE_FLAGS+=	NATIVE=false


Home | Main Index | Thread Index | Old Index