pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/grail Fix path to Python. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6361834b853
branches:  trunk
changeset: 533907:c6361834b853
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Oct 06 00:16:28 2007 +0000

description:
Fix path to Python. Bump revision.

diffstat:

 www/grail/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 25a22f53a898 -r c6361834b853 www/grail/Makefile
--- a/www/grail/Makefile        Sat Oct 06 00:09:39 2007 +0000
+++ b/www/grail/Makefile        Sat Oct 06 00:16:28 2007 +0000
@@ -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 @@
 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}," \



Home | Main Index | Thread Index | Old Index