diff options
Diffstat (limited to 'misc/kde4-l10n-lv/Makefile')
-rw-r--r-- | misc/kde4-l10n-lv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index 13b2089e..a878d23 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -9,15 +9,13 @@ PORTNAME= kde-i18n PORTVERSION= 3.0.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= Attic/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= lv- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Latvian messages and documentation for KDE3 -IGNORE= Needs update from vendor. - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 @@ -26,6 +24,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes KDE_I18N= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-//} + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.mk> |