diff options
author | lofi <lofi@FreeBSD.org> | 2005-08-01 06:46:35 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-08-01 06:46:35 +0800 |
commit | 4b5b1eededbbe4297879a58f5799f035187b7b34 (patch) | |
tree | a8b5b4b2942994438957ee0cd1be904bd8602fe9 /ukrainian/koffice-kde4-l10n/Makefile | |
parent | 2508f55f39aecfd65bc85576e843abb975fd8ef5 (diff) | |
download | freebsd-ports-gnome-4b5b1eededbbe4297879a58f5799f035187b7b34.tar.gz freebsd-ports-gnome-4b5b1eededbbe4297879a58f5799f035187b7b34.tar.zst freebsd-ports-gnome-4b5b1eededbbe4297879a58f5799f035187b7b34.zip |
Update to KDE 3.4.2 / KOffice 1.4.1
Diffstat (limited to 'ukrainian/koffice-kde4-l10n/Makefile')
-rw-r--r-- | ukrainian/koffice-kde4-l10n/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ukrainian/koffice-kde4-l10n/Makefile b/ukrainian/koffice-kde4-l10n/Makefile index c5d5d54cefc3..fbdfe4ad0453 100644 --- a/ukrainian/koffice-kde4-l10n/Makefile +++ b/ukrainian/koffice-kde4-l10n/Makefile @@ -9,23 +9,25 @@ PORTNAME= koffice-i18n PORTVERSION= 1.2.1 CATEGORIES?= ukrainian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= Attic/koffice-${PORTVERSION:S/.0//}/src PKGNAMEPREFIX= uk- +DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Ukrainian messages and documentation for koffice -IGNORE= Needs update from vendor. - 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> |