Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/lang/kali/Makefile 2015/01/04 03:21:12 1.15 +++ pkgsrc/lang/kali/Makefile 2018/01/01 18:16:37 1.17 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/01/04 03:21:12 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2018/01/01 18:16:37 rillig Exp $ DISTNAME= kali-0.52.2 CATEGORIES= lang @@ -10,10 +10,13 @@ COMMENT= Distributed implementation of S GNU_CONFIGURE= yes BUILD_TARGET= # empty -MAKE_ENV= mandir=$(PREFIX)/$(PKGMANDIR)/man1 -INSTALLATION_DIRS= bin include lib $(PKGMANDIR)/man1 +MAKE_ENV= mandir=${PREFIX}/${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 # Thoroughly broken on 64-bit architectures. BROKEN_ON_PLATFORM= ${LP64PLATFORMS} +# Uses herror +LIBS.SunOS+= -lnsl + .include "../../mk/bsd.pkg.mk"