diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
commit | f03936c419c39e34271cf9d870721142405eb7d3 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /java | |
parent | a80b7695b81a5fdda9b135bfb10ce9025dce3470 (diff) | |
download | freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.gz freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.zst freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.zip |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-shelled/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-shelled/Makefile b/java/eclipse-shelled/Makefile index 054bc5c75f38..e619829d584e 100644 --- a/java/eclipse-shelled/Makefile +++ b/java/eclipse-shelled/Makefile @@ -5,7 +5,7 @@ PORTNAME= ShellEd PORTVERSION= 1.0.2a PORTREVISION= 3 CATEGORIES= java devel -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/1.0.2 +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/1.0.2 PKGNAMEPREFIX= eclipse- DISTNAME= shelled_${PORTVERSION} DIST_SUBDIR= eclipse |