From 9459fb0bd5b737e266c1f5ee6e67c2cba7ffe83f Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 6 Oct 2007 00:16:28 +0000 Subject: Fix path to Python. Bump revision. --- www/grail/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'www/grail') 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}," \ -- cgit v1.2.3