pkgsrc-WIP-changes archive

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

libpare: Respect PKGMANDIR



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Aug 27 08:07:10 2021 -0500
Changeset:	bb6f6e5a6fda28535ed7b23065193272e377a8d7

Modified Files:
	libpare/Makefile

Log Message:
libpare: Respect PKGMANDIR

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

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

diffstat:
 libpare/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libpare/Makefile b/libpare/Makefile
index fc99e5810b..25876df21c 100644
--- a/libpare/Makefile
+++ b/libpare/Makefile
@@ -11,6 +11,8 @@ HOMEPAGE=	https://github.com/outpaddling/libpare
 COMMENT=	Pointer Array Regular Expressions
 LICENSE=	2-clause-bsd
 
+MAKE_ENV=	MANDIR=${PREFIX}/${PKGMANDIR}
+
 pre-build:
 	cd ${WRKSRC} && make depend LOCALBASE=${LOCALBASE}
 


Home | Main Index | Thread Index | Old Index