summaryrefslogtreecommitdiff
path: root/wm/bsetroot/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-01-05 19:58:43 +0000
committerjschauma <jschauma@pkgsrc.org>2003-01-05 19:58:43 +0000
commita502c2509a4ec75ad11307fd961a2d6dbf7adb4e (patch)
tree007a13b53fe8fc2cdd701b6cffe95e00b3bbc245 /wm/bsetroot/Makefile
parent00db3248fd62f0f7901d85a2c2a38138fa5a1698 (diff)
downloadpkgsrc-a502c2509a4ec75ad11307fd961a2d6dbf7adb4e.tar.gz
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.
Diffstat (limited to 'wm/bsetroot/Makefile')
-rw-r--r--wm/bsetroot/Makefile3
1 files changed, 2 insertions, 1 deletions
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"