diff options
author | joerg <joerg> | 2007-10-06 00:16:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-10-06 00:16:28 +0000 |
commit | 9459fb0bd5b737e266c1f5ee6e67c2cba7ffe83f (patch) | |
tree | 7a6caa1a8a3cbaeb5410cd57a336661d0b0fe9e5 /www/grail | |
parent | 99cb4add900bc991daf08c3aaa3f04cc91552e3e (diff) | |
download | pkgsrc-9459fb0bd5b737e266c1f5ee6e67c2cba7ffe83f.tar.gz |
Fix path to Python. Bump revision.
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 9 |
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}," \ |