Skip to content

Commit aa421df

Browse files
author
nros
committed
auto-admin: fix installation when using custom PKGMANDIR
1 parent c749cfc commit aa421df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sysutils/auto-admin/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.18 2023/10/21 20:45:02 bacon Exp $
1+
# $NetBSD: Makefile,v 1.19 2023/12/24 10:07:51 nros Exp $
22

33
DISTNAME= auto-admin-0.8.0
44
CATEGORIES= sysutils
@@ -13,6 +13,8 @@ USE_LANGUAGES= # none
1313

1414
NO_BUILD= yes
1515

16+
INSTALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
17+
1618
SUBST_CLASSES+= prefix
1719
SUBST_STAGE.prefix= pre-configure
1820
SUBST_SED.prefix+= -e 's|/usr/pkg|${PREFIX}|g'

0 commit comments

Comments
 (0)