diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-11-01 20:28:38 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-11-01 20:28:38 +0000 |
commit | 97e7d1862da91fcaf5e93896ffbf403491e239fe (patch) | |
tree | b23924e80300f97106ddd63923bd091e7bdf36d6 /www/grail/Makefile | |
parent | 76f0a4284ceecc4b4f48cc93613f3ad383418030 (diff) | |
download | pkgsrc-97e7d1862da91fcaf5e93896ffbf403491e239fe.tar.gz |
Update Grail from 0.4 to 0.5
Diffstat (limited to 'www/grail/Makefile')
-rw-r--r-- | www/grail/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 48e6ea727df..52f2762e2e1 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1998/08/24 00:12:49 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1998/11/01 20:28:38 tsarna Exp $ # -DISTNAME= grail_04 -PKGNAME= grail-0.4 +DISTNAME= grail_05 +PKGNAME= grail-0.5 CATEGORIES= www -MASTER_SITES= http://monty.cnri.reston.va.us/grail-0.4/source/ +MASTER_SITES= http://monty.cnri.reston.va.us/grail-0.5/source/ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org @@ -16,8 +16,8 @@ DEPENDS+= py-Tk-1.5.1:../../x11/py-Tk NO_CONFIGURE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/grail-0.4 -GRAILDIR= share/misc/grail-0.4 +WRKSRC= ${WRKDIR}/grail-0.5 +GRAILDIR= share/misc/grail-0.5 PLIST_SRC= ${WRKDIR}/.PLIST_SRC do-install: |