auto-admin: fix installation when using custom PKGMANDIR

This commit is contained in:
nros 2023-12-24 10:07:51 +00:00
parent c749cfcd03
commit aa421dfbcf
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2023/10/21 20:45:02 bacon Exp $
# $NetBSD: Makefile,v 1.19 2023/12/24 10:07:51 nros Exp $
DISTNAME= auto-admin-0.8.0
CATEGORIES= sysutils
@ -13,6 +13,8 @@ USE_LANGUAGES= # none
NO_BUILD= yes
INSTALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_SED.prefix+= -e 's|/usr/pkg|${PREFIX}|g'