pkgsrc-WIP-changes archive

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

basic-stats: Unbreak build with non-default PKGMANDIR



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Dec 17 17:18:39 2024 -0600
Changeset:	1b22dac0a5d922d66c70620032f4d67d4d90d527

Modified Files:
	basic-stats/Makefile

Log Message:
basic-stats: Unbreak build with non-default PKGMANDIR

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

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

diffstat:
 basic-stats/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/basic-stats/Makefile b/basic-stats/Makefile
index 107a65807c..ee3f248dc0 100644
--- a/basic-stats/Makefile
+++ b/basic-stats/Makefile
@@ -12,6 +12,8 @@ LICENSE=	2-clause-bsd
 
 INSTALL_TARGET=	install-strip
 
+MAKE_ENV+=	MANDIR=${PREFIX}/${PKGMANDIR}
+
 pre-build:
 	cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
 


Home | Main Index | Thread Index | Old Index