diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-27 12:44:05 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-27 12:44:05 +0000 |
commit | 870bd27d66ecd538f990a9db7e7ebde6bcc19e8c (patch) | |
tree | 43e07d8c9c279a144a1fd183f3fa56477903ace3 /math/grpn | |
parent | ab1e7f7df3622ef27db275510b7e53ae84c8dd91 (diff) | |
download | pkgsrc-870bd27d66ecd538f990a9db7e7ebde6bcc19e8c.tar.gz |
update homepage and master site
Diffstat (limited to 'math/grpn')
-rw-r--r-- | math/grpn/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile index 273d340919e..7a500a5b9a0 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2002/04/02 02:01:23 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/27 12:44:05 dmcmahill Exp $ # DISTNAME= grpn-1.1.0 PKGREVISION= 1 CATEGORIES= math -MASTER_SITES= ftp://wilkins.ne.mediaone.net/pub/ +MASTER_SITES= ftp://lashwhip.com/pub/ \ + http://lashwhip.com/grpn/ MAINTAINER= dmcmahill@netbsd.org -HOMEPAGE= http://wilkins.ne.mediaone.net/grpn.html +HOMEPAGE= http://lashwhip.com/grpn.html COMMENT= Graphical reverse polish notation (RPN) calculator DEPENDS+= gtk+-1.2.*:../../x11/gtk |