summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-10-06 00:16:28 +0000
committerjoerg <joerg@pkgsrc.org>2007-10-06 00:16:28 +0000
commit6767912a768bdb31a076c201db87dc396216745d (patch)
tree7a6caa1a8a3cbaeb5410cd57a336661d0b0fe9e5 /www
parent5c53467214f0dbd7a31a9c4a7a0d203443e0b7a4 (diff)
downloadpkgsrc-6767912a768bdb31a076c201db87dc396216745d.tar.gz
Fix path to Python. Bump revision.
Diffstat (limited to 'www')
-rw-r--r--www/grail/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile
index 10fb86a4fb5..cc6fa8db36f 100644
--- a/www/grail/Makefile
+++ b/www/grail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2007/03/24 19:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2007/10/06 00:16:28 joerg Exp $
#
DISTNAME= grail-0.6
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grail/}
EXTRACT_SUFX= .tgz
@@ -11,15 +11,18 @@ MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://grail.sourceforge.net/
COMMENT= Grail(TM) is a web browser written in Python
-NO_CONFIGURE= yes
NO_BUILD= yes
GRAILDIR= share/misc/grail-0.6
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
PYTHON_VERSIONS_ACCEPTED= 15
+REPLACE_PYTHON= grsh.py
+
INSTALLATION_DIRS= bin share/misc
+do-configure:
+
do-install:
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
${SED} -e "s,@PREFIX@,${PREFIX}," \