pkgsrc-WIP-changes archive

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

microsynteny-tools: Unbreak build for non-default MANDIR



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Dec 17 08:52:24 2024 -0600
Changeset:	faa781dc93739f46f00c246fa50d3f309e9e55c9

Modified Files:
	microsynteny-tools/Makefile

Log Message:
microsynteny-tools: Unbreak build for non-default MANDIR

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

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

diffstat:
 microsynteny-tools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/microsynteny-tools/Makefile b/microsynteny-tools/Makefile
index 3078ec2896..55fd61cf45 100644
--- a/microsynteny-tools/Makefile
+++ b/microsynteny-tools/Makefile
@@ -18,6 +18,8 @@ DEPENDS+=	biolibc-tools>0:../../wip/biolibc-tools
 
 REPLACE_PYTHON=	Scripts/*.py
 
+MAKE_ENV+=      MANDIR=${PREFIX}/${PKGMANDIR}
+
 .include "../../wip/biolibc/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index