diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /x11-toolkits | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index 235f3591582d..5a4117545543 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-Pmw/Makefile @@ -5,7 +5,7 @@ PORTNAME= Pmw PORTVERSION= 1.3.2 PORTREVISION= 3 CATEGORIES= x11-toolkits python -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}.${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}.${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}.${PORTVERSION} diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 9ae166d5f819..27b98f65f514 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -4,7 +4,7 @@ PORTNAME= XmHTML PORTVERSION= 1.1.9 CATEGORIES= x11-toolkits www -MASTER_SITES= SF/${PORTNAME:L} +MASTER_SITES= SF/${PORTNAME:tl} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |