biolibc-tools: fix installation of manpages for users of a custom PKGMANDIR

This commit is contained in:
nros 2023-12-21 08:50:24 +00:00
parent e878246f06
commit 02636225f7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2023/10/29 22:58:03 bacon Exp $
# $NetBSD: Makefile,v 1.12 2023/12/21 08:50:24 nros Exp $
DISTNAME= biolibc-tools-0.1.4.13
CATEGORIES= biology
@ -12,6 +12,7 @@ LICENSE= 2-clause-bsd
BUILD_TARGET= depend all
MAKE_ENV+= VERSION=${PKGVERSION}
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
INSTALL_TARGET= install-strip
LDFLAGS.SunOS+= -lresolv -lsocket -lnsl