diff options
author | obache <obache@pkgsrc.org> | 2015-01-17 05:51:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-17 05:51:43 +0000 |
commit | 3406e226200561f65e473e6b0ae9fac72268b066 (patch) | |
tree | 6f8dca9fa689062d7c2064c58c5edb53e87e6825 /net | |
parent | 168f1acea7a39bf5ea016b1cbeb1d2a1f286a85a (diff) | |
download | pkgsrc-3406e226200561f65e473e6b0ae9fac72268b066.tar.gz |
Define and use MASTER_SITE_OPENBSD.
Diffstat (limited to 'net')
-rw-r--r-- | net/openntpd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index af72054b077..dbfdbcff098 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2015/01/17 05:41:03 obache Exp $ +# $NetBSD: Makefile,v 1.36 2015/01/17 05:51:43 obache Exp $ DISTNAME= openntpd-3.9p1 PKGREVISION= 5 CATEGORIES= net -MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \ - ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenNTPD/ \ - ftp://ftp.jaist.ac.jp/pub/OpenBSD/OpenNTPD/ +MASTER_SITES= ${MASTER_SITE_OPENBSD:=OpenNTPD/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openntpd.org/ |