Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 21:48:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429187 - head/dns/py-namebench
Message-ID:  <201612222148.uBMLmnVe058691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 22 21:48:49 2016
New Revision: 429187
URL: https://svnweb.freebsd.org/changeset/ports/429187

Log:
  Stop using PORTSDIRNAME if the ports tree goes to allow more than 2 level of
  directories it won't make any sense

Modified:
  head/dns/py-namebench/Makefile

Modified: head/dns/py-namebench/Makefile
==============================================================================
--- head/dns/py-namebench/Makefile	Thu Dec 22 21:45:07 2016	(r429186)
+++ head/dns/py-namebench/Makefile	Thu Dec 22 21:48:49 2016	(r429187)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612222148.uBMLmnVe058691>