pkgsrc-WIP-changes archive

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

align: Pass in PKGMANDIR



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Fri Jun 5 19:33:31 2020 +0200
Changeset:	9da30977fac25709c5457a71dd47cafb9f2bdfcb

Modified Files:
	align/Makefile

Log Message:
align: Pass in PKGMANDIR

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

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

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

diffs:
diff --git a/align/Makefile b/align/Makefile
index aa08f61071..32536504ad 100644
--- a/align/Makefile
+++ b/align/Makefile
@@ -9,4 +9,6 @@ HOMEPAGE=	https://github.com/sjmulder/align
 COMMENT=	Center or right-align text files
 LICENSE=	2-clause-bsd
 
+MAKE_ENV+=	MANDIR=${PKGMANDIR}
+
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index