diff options
Diffstat (limited to 'ukrainian/calligra-l10n/Makefile')
-rw-r--r-- | ukrainian/calligra-l10n/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ukrainian/calligra-l10n/Makefile b/ukrainian/calligra-l10n/Makefile index fbdfe4ad0453..f6270c99444c 100644 --- a/ukrainian/calligra-l10n/Makefile +++ b/ukrainian/calligra-l10n/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: koffice-i18n-uk +# New ports collection makefile for: koffice-i18n-uk # Date created: 27 April 2003 # Whom: Michael Nottebrock <michaelnottebrock@gmx.net> # @@ -6,12 +6,11 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.2.1 +PORTVERSION= 1.5.0 CATEGORIES?= ukrainian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= Attic/koffice-${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src/koffice-l10n PKGNAMEPREFIX= uk- -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -19,15 +18,12 @@ COMMENT= Ukrainian messages and documentation for koffice BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext -DISTNAME_OVERRIDE=yes USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes KDE_I18N= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-//} - .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.mk> |