diff options
author | dmcmahill <dmcmahill> | 2002-04-27 12:44:05 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-04-27 12:44:05 +0000 |
commit | ac4ae7f4ae8ff082ccae988d84615a903fbe3400 (patch) | |
tree | 43e07d8c9c279a144a1fd183f3fa56477903ace3 /math | |
parent | 3edc3800c34da2a52dc2ebf4bf2aee0cab5e0b74 (diff) | |
download | pkgsrc-ac4ae7f4ae8ff082ccae988d84615a903fbe3400.tar.gz |
update homepage and master site
Diffstat (limited to 'math')
-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 |