diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-22 21:48:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-22 21:48:49 +0000 |
commit | 6b374b5c9a44b8ac6d4685c4b649ff1b273a84c4 (patch) | |
tree | 014c530dd3fac6c150748b8a35f205cd9912251a /dns | |
parent | f6d288e1c48511b55a674149ac22882062513d1a (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-namebench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index 7e2e48732aeb..f97f550cce64 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -5,7 +5,7 @@ PORTNAME= namebench PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= dns python benchmarks -MASTER_SITES= SF/bsdsrc/${PORTDIRNAME}/ \ +MASTER_SITES= SF/bsdsrc/${.CURDIR:T} \ https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-source |