diff options
author | dent <dent> | 2001-01-12 12:21:04 +0000 |
---|---|---|
committer | dent <dent> | 2001-01-12 12:21:04 +0000 |
commit | b948dc88cd5030d44ffdbcd13a1d6fe0e9f020fc (patch) | |
tree | aebe92cbac435dc8ad952c5cced1f5853564ea6c /math/xldlas | |
parent | 8133462ea29fc997c344a5964e1d5903407c1238 (diff) | |
download | pkgsrc-b948dc88cd5030d44ffdbcd13a1d6fe0e9f020fc.tar.gz |
Update HOMEPAGE and MASTER_SITES.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index c34a889b72e..dd606250afc 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.9 2000/09/28 20:34:04 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/12 12:21:04 dent Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # DISTNAME= xldlas-0.85 WRKSRC= ${WRKDIR}/xldlas CATEGORIES= math -MASTER_SITES= http://a42.com/~thor/xldlas/ \ - http://sunsite.math.klte.hu/mirrors/xldlas/ \ +MASTER_SITES= http://sunsite.math.klte.hu/mirrors/xldlas/ \ ${MASTER_SITE_SUNSITE:=X11/xapps/math/} EXTRACT_SUFX= -source.tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://a42.com/~thor/xldlas/ +HOMEPAGE= http://sunsite.math.klte.hu/mirrors/xldlas/ DEPENDS= xforms>=0.88nb1:../../x11/xforms |