diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
commit | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch) | |
tree | 55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /misc/kde4-l10n-lv/Makefile | |
parent | 27f7ce2fe2b84f6569fce9b395c31ff011d9ae1a (diff) |
Update to KDE 3.5.0
Notes
Notes:
svn path=/head/; revision=153084
Diffstat (limited to 'misc/kde4-l10n-lv/Makefile')
-rw-r--r-- | misc/kde4-l10n-lv/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index a878d23e1ed2..53e333fac370 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -6,10 +6,10 @@ # PORTNAME= kde-i18n -PORTVERSION= 3.0.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= Attic/${PORTVERSION}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n PKGNAMEPREFIX= lv- DIST_SUBDIR= KDE @@ -24,8 +24,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes KDE_I18N= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-//} - .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.mk> |