pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/accerciser Fix path to executable in desktop fil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44c72af2d62c
branches: trunk
changeset: 393852:44c72af2d62c
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 28 21:17:14 2009 +0000
description:
Fix path to executable in desktop file. Fixes PR 41500 by Derouiche.
Bump PKGREVISION.
diffstat:
devel/accerciser/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r fa06fba43abc -r 44c72af2d62c devel/accerciser/Makefile
--- a/devel/accerciser/Makefile Thu May 28 21:13:45 2009 +0000
+++ b/devel/accerciser/Makefile Thu May 28 21:17:14 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/05/21 11:10:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/28 21:17:14 wiz Exp $
#
DISTNAME= accerciser-1.6.1
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/1.6/}
EXTRACT_SUFX= .tar.bz2
@@ -22,6 +23,12 @@
REPLACE_PYTHON= plugins/ipython_view.py
REPLACE_PYTHON+= src/accerciser.in
+SUBST_CLASSES+= path
+SUBST_SED.path= -e "s,/usr/local,${PREFIX},"
+SUBST_FILES.path= accerciser.desktop accerciser.desktop.in
+SUBST_STAGE.path= pre-build
+SUBST_MESSAGE.path= Fixing path in desktop file.
+
.include "../../devel/GConf/schemas.mk"
BUILDLINK_API_DEPENDS.py-at-spi+= ${PYPKGPREFIX}-at-spi>=1.23.3
.include "../../devel/py-at-spi/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index