From a502c2509a4ec75ad11307fd961a2d6dbf7adb4e Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 5 Jan 2003 19:58:43 +0000 Subject: Install NLS files for bsetroot, so that bsetroot does not complain whne blackbox is not installed (as may be the case if fluxbox or openbox are used). This addresses one of the problems mentioned in PR pkg/19689. --- wm/bsetroot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wm/bsetroot/Makefile') diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile index 431b92a3900..c6b508c2385 100644 --- a/wm/bsetroot/Makefile +++ b/wm/bsetroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 18:13:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/05 19:58:43 jschauma Exp $ # DISTNAME= blackbox-0.65.0 @@ -23,6 +23,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/util/bsetroot ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/bsetbg.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/bsetroot.1 ${PREFIX}/man/man1 + ( cd ${WRKSRC}/nls && ${MAKE} install ) .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3