diff options
Diffstat (limited to 'devel/judy/Makefile')
-rw-r--r-- | devel/judy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/judy/Makefile b/devel/judy/Makefile index fa923a511106..0afec2dbc9cf 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -5,7 +5,7 @@ PORTNAME= Judy PORTVERSION= 1.0.5 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= General purpose dynamic array @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= YES MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} PORTDOCS= COPYRIGHT README *.htm |