diff options
-rw-r--r-- | security/crack/Makefile | 4 | ||||
-rw-r--r-- | wm/windowmaker/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index a40621944b1..54061d17dfe 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2007/09/14 11:59:39 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/01 13:43:48 zafer Exp $ DISTNAME= crack5.0 PKGNAME= crack-5.0 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack \ +MASTER_SITES= http://packetstormsecurity.nl/Crackers/crack/ \ ftp://ftp.netsw.org/system/tools/password/crack/crack/ MAINTAINER= bouyer@NetBSD.org diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 2d86a79f5bf..f14a490f784 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.77 2008/08/10 05:20:13 obache Exp $ +# $NetBSD: Makefile,v 1.78 2009/05/01 13:39:31 zafer Exp $ DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} PKGREVISION= 7 CATEGORIES= x11 wm windowmaker -MASTER_SITES= ftp://ftp.windowmaker.info/pub/source/release/ \ - http://windowmaker.info/pub/source/release/ +MASTER_SITES= http://windowmaker.info/pub/source/release/ \ + ftp://ftp.dti.ad.jp/pub/X/WindowMaker/source/release/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |