summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-05-28 21:17:14 +0000
committerwiz <wiz@pkgsrc.org>2009-05-28 21:17:14 +0000
commit20da22711a411419f97015cb8d2f8b6cd7b1deba (patch)
tree67f88968bf3e91e7fba3d61096ddd1f28737d89f
parent882e64b2f137a6ebd89cfec28c697aa6a0b671b2 (diff)
downloadpkgsrc-20da22711a411419f97015cb8d2f8b6cd7b1deba.tar.gz
Fix path to executable in desktop file. Fixes PR 41500 by Derouiche.
Bump PKGREVISION.
-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"