summaryrefslogtreecommitdiff
path: root/www/browser-bookmarks-menu
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-08-03 12:55:41 +0000
committerjoerg <joerg@pkgsrc.org>2009-08-03 12:55:41 +0000
commit915d940d127733f9a3d73e1d78cd18c28ea8f31a (patch)
treeb8143a3cbf5154a03ec852207febc0b7d73dc3b4 /www/browser-bookmarks-menu
parent26836d3a587bec870ff7facad49fbd725dd00834 (diff)
downloadpkgsrc-915d940d127733f9a3d73e1d78cd18c28ea8f31a.tar.gz
Correctly call PY_COMPILE_ALL
Diffstat (limited to 'www/browser-bookmarks-menu')
-rw-r--r--www/browser-bookmarks-menu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/browser-bookmarks-menu/Makefile b/www/browser-bookmarks-menu/Makefile
index bb33a46417b..baa6a0cab09 100644
--- a/www/browser-bookmarks-menu/Makefile
+++ b/www/browser-bookmarks-menu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/07/08 13:56:00 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/08/03 12:55:41 joerg Exp $
#
DISTNAME= browser-bookmarks-menu-0.6
@@ -29,7 +29,7 @@ do-install:
${DESTDIR}${PREFIX}/lib/bonobo/servers/
${INSTALL_SCRIPT} ${WRKSRC}/browser-bookmarks-menu.py \
${DESTDIR}${PREFIX}/libexec
- ${PYTHONBIN} ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/libexec
+ ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/libexec
.include "../../lang/python/application.mk"
.include "../../x11/py-gnome2/buildlink3.mk"