diff options
author | tnn <tnn@pkgsrc.org> | 2007-07-30 13:58:28 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-07-30 13:58:28 +0000 |
commit | 0396d511c5510b2b4323183317c39040c4b3f9f9 (patch) | |
tree | ca07c8e1e72afab02ce08e09491830bc10413000 /wm/openbox/Makefile | |
parent | b99d59acd567c910807efc5c6f2a392238975705 (diff) | |
download | pkgsrc-0396d511c5510b2b4323183317c39040c4b3f9f9.tar.gz |
Attempt to fix two problems seen with the installation of translation files:
- Don't be explicit about using a shell interpreter for install_sh.
- use $(mkinstalldirs) as the "mkdir -p" replacement.
- Bump PKGREVISION
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 3153a327dbf..0060379a543 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2007/07/28 08:46:27 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/07/30 13:58:28 tnn Exp $ DISTNAME= openbox-3.4.3 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ # PR pkg/36489 |