diff options
Diffstat (limited to 'x11/plasma-scriptengine-ruby/Makefile')
-rw-r--r-- | x11/plasma-scriptengine-ruby/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile index 4041f0a672e7..c04a981683de 100644 --- a/x11/plasma-scriptengine-ruby/Makefile +++ b/x11/plasma-scriptengine-ruby/Makefile @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= plasma-scriptengine-ruby -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTVERSION= ${KDE4_WORKSPACE_VERSION} CATEGORIES= x11 kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DISTNAME= kde-workspace-${PORTVERSION} DIST_SUBDIR= KDE/${PORTVERSION} @@ -21,5 +19,4 @@ USES= cmake:outsource CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/ruby -NO_STAGE= yes .include <bsd.port.mk> |