diff options
author | tnn <tnn@pkgsrc.org> | 2015-12-18 15:03:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-12-18 15:03:35 +0000 |
commit | d6ee28908ca462b9c62b2fa441d07925f3c8747b (patch) | |
tree | e42af8ad972b4ecf9ebd32269be0aced766bb86f /net/samba4 | |
parent | 58174ccd6627390da0b5399299b6de085b8294ae (diff) | |
download | pkgsrc-d6ee28908ca462b9c62b2fa441d07925f3c8747b.tar.gz |
fix master site
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 438b79d7991..4e86bcb952d 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/12/13 08:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/18 15:03:35 tnn Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net -MASTER_SITES= http://download.samba.org/pub/samba/ +MASTER_SITES= http://download.samba.org/pub/samba/stable/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.samba.org/ |