diff options
Diffstat (limited to 'math/kmplot/Makefile')
-rw-r--r-- | math/kmplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile index fd35e75487f4..db4f82c3fb1b 100644 --- a/math/kmplot/Makefile +++ b/math/kmplot/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Mathematical function plotter for KDE 4 @@ -15,7 +15,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes MAN1= kmplot.1 |