summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-06 00:16:28 +0000
committerjoerg <joerg>2007-10-06 00:16:28 +0000
commitbfc317a544231a516d51d23f5c847634525212ba (patch)
tree7a6caa1a8a3cbaeb5410cd57a336661d0b0fe9e5
parentabfa33ac5ac00d9d45e201bc3cbb6ce65798b106 (diff)
downloadpkgsrc-bfc317a544231a516d51d23f5c847634525212ba.tar.gz
Fix path to Python. Bump revision.
-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}," \