diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-29 19:28:53 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-29 19:28:53 +0000 |
commit | a6069b76aae290a38cba99953cf7999534a5a24d (patch) | |
tree | 71788c3c45763aa31ca115fd4798dd24e53eb295 /x11/xforms | |
parent | 03efc6a5c58748af101034d74731112ec2bc495e (diff) | |
download | pkgsrc-a6069b76aae290a38cba99953cf7999534a5a24d.tar.gz |
update HOMEPAGE and MASTER_SITES to reflect new location
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 7d3099d6e7b..f4374bc4d65 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.22 1999/12/16 21:23:02 wrstuden Exp $ +# $NetBSD: Makefile,v 1.23 2000/02/29 19:28:53 dmcmahill Exp $ # DISTNAME= bxform-088 PKGNAME= xforms-0.88 WRKSRC= ${WRKDIR}/xforms CATEGORIES= x11 -MASTER_SITES= ftp://bragg.phys.uwm.edu/pub/xforms/${ARCH_SUBDIR}/ +MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/${ARCH_SUBDIR}/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://bragg.phys.uwm.edu/xforms/ +HOMEPAGE= http://world.std.com/~xforms .if (${MACHINE_ARCH} == "arm32") ARCH_SUBDIR= netBSD-arm |