pkgsrc-WIP-changes archive

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

biolibc-tools: Fix mandir



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 22 17:51:10 2025 -0600
Changeset:	15dae471a6cf50152bac1763f7165f76e05ba87c

Modified Files:
	biolibc-tools/Makefile

Log Message:
biolibc-tools: Fix mandir

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

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

diffstat:
 biolibc-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/biolibc-tools/Makefile b/biolibc-tools/Makefile
index e7a295ffdc..337ae86029 100644
--- a/biolibc-tools/Makefile
+++ b/biolibc-tools/Makefile
@@ -12,6 +12,7 @@ LICENSE=	2-clause-bsd
 
 BUILD_TARGET=	depend all
 MAKE_ENV+=	VERSION=${PKGVERSION}
+MAKE_ENV+=	MANDIR=${PREFIX}/${PKGMANDIR}
 INSTALL_TARGET=	install-strip
 
 LDFLAGS.SunOS+=		-lresolv -lsocket -lnsl


Home | Main Index | Thread Index | Old Index