diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-02 12:54:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-02 12:54:13 +0000 |
commit | 697431a821fa80d27f42d2a565ed994d61a7e658 (patch) | |
tree | 437e1ae500513553b6e280c3bedf4eb72f108366 /wm | |
parent | 75eaa87dd9e22b99a10ad696c138815a8d5c6cb8 (diff) | |
download | pkgsrc-697431a821fa80d27f42d2a565ed994d61a7e658.tar.gz |
Fix typo.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index fae84d56517..dcfdf48f51d 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2011/05/02 12:50:13 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2011/05/02 12:54:13 wiz Exp $ DISTNAME= openbox-3.4.11.2 PKGREVISION= 5 @@ -41,7 +41,7 @@ SUBST_FILES.python+= tools/xdg-autostart/xdg-autostart # Best we can do without pulling in a python dependency. # Update when PYTHON_VERSION_DEFAULT changes! SUBST_SED.python+= -e 's,/usr/bin/env.*python,${PREFIX}/bin/python2.6,' -SUBST_MESSAGE.xdg= Fixing path to python. +SUBST_MESSAGE.python= Fixing path to python. CHECK_INTERPRETER_SKIP= lib/openbox/xdg-autostart BUILDLINK_DEPMETHOD.libXt?= build |