pkgsrc-WIP-changes archive

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

npmount: Unbreak for non-standard PKGMANDIR



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Dec 19 10:56:15 2024 -0600
Changeset:	511e36fa9d5266727d059bda375d7c335d2f8e7b

Modified Files:
	npmount/Makefile

Log Message:
npmount: Unbreak for non-standard PKGMANDIR

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

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

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

diffs:
diff --git a/npmount/Makefile b/npmount/Makefile
index 24b073332a..9262360f8f 100644
--- a/npmount/Makefile
+++ b/npmount/Makefile
@@ -18,6 +18,8 @@ SUBST_STAGE.prefix=	pre-configure
 SUBST_SED.prefix=	-e 's|/usr/local|${PREFIX}|g'
 SUBST_FILES.prefix=	npmount.c
 
+MAKE_ENV+=		MANDIR=${PREFIX}/${PKGMANDIR}
+
 SPECIAL_PERMS+=		bin/npmount ${SETUID_ROOT_PERMS}
 INSTALLATION_DIRS=	bin
 


Home | Main Index | Thread Index | Old Index