diff options
Diffstat (limited to 'x11/plasma-scriptengine-ruby/Makefile')
-rw-r--r-- | x11/plasma-scriptengine-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile index e824894..17f5573 100644 --- a/x11/plasma-scriptengine-ruby/Makefile +++ b/x11/plasma-scriptengine-ruby/Makefile @@ -3,7 +3,7 @@ PORTNAME= plasma-scriptengine-ruby PORTVERSION= ${KDE4_WORKSPACE_VERSION} CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src +MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DISTNAME= kde-workspace-${PORTVERSION} DIST_SUBDIR= KDE/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Plasma scriptengine for Ruby USE_KDE4= kdelibs korundum automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build USE_RUBY= yes -DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo USES= cmake:outsource tar:xz CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/ruby |