summaryrefslogtreecommitdiff
path: root/devel/accerciser
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-28 21:17:14 +0000
committerwiz <wiz>2009-05-28 21:17:14 +0000
commitdefea5881a7e63fcd7814717472a200655ba0853 (patch)
tree67f88968bf3e91e7fba3d61096ddd1f28737d89f /devel/accerciser
parent560cdd313e4d5fa0f7f864a076e0c878f7c9911e (diff)
downloadpkgsrc-defea5881a7e63fcd7814717472a200655ba0853.tar.gz
Fix path to executable in desktop file. Fixes PR 41500 by Derouiche.
Bump PKGREVISION.
Diffstat (limited to 'devel/accerciser')
-rw-r--r--devel/accerciser/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile
index df0a178e7a0..42346ed202a 100644
--- a/devel/accerciser/Makefile
+++ b/devel/accerciser/Makefile
@@ -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 @@ PY_PATCHPLIST= yes
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"