svn commit: r429187 - head/dns/py-namebench

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 22 21:48:50 UTC 2016


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


More information about the svn-ports-head mailing list