diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-APC/Makefile | 2 | ||||
-rw-r--r-- | www/webcalendar-devel/Makefile | 6 | ||||
-rw-r--r-- | www/webcalendar/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index c11883b9b592..50cb5db3e035 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -25,7 +25,7 @@ SPINLOCKS_DESC= Spinlocks (experimental) CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-apc IGNORE_WITH_PHP=55 -PHP_MODNAME= ${PORTNAME:L} +PHP_MODNAME= ${PORTNAME:tl} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_PHP= yes diff --git a/www/webcalendar-devel/Makefile b/www/webcalendar-devel/Makefile index 01f33d8176a8..333d8c671642 100644 --- a/www/webcalendar-devel/Makefile +++ b/www/webcalendar-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= WebCalendar PORTVERSION= 1.2.5 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}%201.2/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}%201.2/${PORTVERSION} PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME:S/-devel//g}-${PORTVERSION} PORTSCOUT= limit:^1\.2\. skipb:1 @@ -19,7 +19,7 @@ CONFLICTS= WebCalendar-[0-9]* LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${DISTNAME} -WWWDIR= ${PREFIX}/www/${PORTNAME:L} +WWWDIR= ${PREFIX}/www/${PORTNAME:tl} OPTIONS_DEFINE= APACHE LDAP GRADIENTBG REMINDERS PALM DOCS OPTIONS_DEFAULT= MYSQL REMINDERS @@ -33,7 +33,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} PORTDOCS= WebCalendar-SysAdmin.html \ newwin.gif .endif diff --git a/www/webcalendar/Makefile b/www/webcalendar/Makefile index 694ca84cdfcb..d53cd59c9e16 100644 --- a/www/webcalendar/Makefile +++ b/www/webcalendar/Makefile @@ -5,7 +5,7 @@ PORTNAME= WebCalendar PORTVERSION= 1.0.5 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}%201.0/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}%201.0/${PORTVERSION} PORTSCOUT= limit:^1\.0\. MAINTAINER= ports@FreeBSD.org @@ -36,7 +36,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} PORTDOCS= README \ WebCalendar-Database.html \ WebCalendar-DeveloperGuide.html \ |