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 | 787f03ebefde457c3c653e5c4c0848611bc91774 (patch) | |
tree | 437e1ae500513553b6e280c3bedf4eb72f108366 /wm/openbox | |
parent | 832cbac9efaf0d5e30476a56d840c8c39462434b (diff) | |
download | pkgsrc-787f03ebefde457c3c653e5c4c0848611bc91774.tar.gz |
Fix typo.
Diffstat (limited to 'wm/openbox')
-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 |