diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-29 15:36:44 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-29 15:36:44 +0000 |
commit | 88b16273edc806d8eed39e65f8639e0aed8c3552 (patch) | |
tree | 886e4f3e4ce8b8a56fec7d8e010ed0700396e667 /editors/koffice-i18n-bs/Makefile | |
parent | 60d0dc2dfc85634f0afc00ff9d976d01f099cc10 (diff) | |
download | ports-88b16273edc806d8eed39e65f8639e0aed8c3552.tar.gz ports-88b16273edc806d8eed39e65f8639e0aed8c3552.zip |
Notes
Diffstat (limited to 'editors/koffice-i18n-bs/Makefile')
-rw-r--r-- | editors/koffice-i18n-bs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/koffice-i18n-bs/Makefile b/editors/koffice-i18n-bs/Makefile index 82ddf99e1c2f..fddcb97c0dc3 100644 --- a/editors/koffice-i18n-bs/Makefile +++ b/editors/koffice-i18n-bs/Makefile @@ -6,12 +6,11 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.2.1 +PORTVERSION= 1.5.0 CATEGORIES?= misc 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= bs- -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -19,15 +18,12 @@ COMMENT= Bosnian 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> |