diff options
Diffstat (limited to 'x11/kde4/Makefile.kde')
-rw-r--r-- | x11/kde4/Makefile.kde | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index 6640bc07be56..35193e22ddaf 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/Makefile.kde @@ -23,9 +23,11 @@ DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} # as part of the name of their toplevel directory, while the # koffice-i18n ones have not, so we need to take care of that. .if ${PORTNAME}==koffice-i18n && ${PORTVERSION}!="1.3.5" +.if !defined(DISTNAME_OVERRIDE) DISTNAME= ${PORTNAME:S/i18n/l10n/}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} WRKSRC= ${WRKDIR}/koffice-l10n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} .endif +.endif DIST_SUBDIR= KDE/kde-i18n # nasty hack to force newer timestamps on cache |