summaryrefslogtreecommitdiff
path: root/devel/simpletest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/simpletest/Makefile')
-rw-r--r--devel/simpletest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/simpletest/Makefile b/devel/simpletest/Makefile
index 557f49a74d5a..1a80d0fd8bf4 100644
--- a/devel/simpletest/Makefile
+++ b/devel/simpletest/Makefile
@@ -5,7 +5,7 @@ PORTNAME= simpletest
PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION:C/\.0//}
-DISTNAME= ${PORTNAME:L}_${PORTVERSION}
+DISTNAME= ${PORTNAME:tl}_${PORTVERSION}
MAINTAINER= danilo@FreeBSD.org
COMMENT= Unit testing, mock objects, and web testing framework for PHP
@@ -17,7 +17,7 @@ USE_PHP_BUILD= yes
DEFAULT_VERSIONS= php=5
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME:L}
+WRKSRC= ${WRKDIR}/${PORTNAME:tl}
OPTIONS_DEFINE= DOCS