diff options
-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 |