diff options
Diffstat (limited to 'misc/kdeedu3/Makefile')
-rw-r--r-- | misc/kdeedu3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index b363c7fbdb26..a523deb89de6 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -9,12 +9,14 @@ PORTNAME= kdeedu PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Collection of entertaining, educational programs for KDE +CONFLICTS= kwordquiz-[0-9]* + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} |