diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-07-31 22:46:35 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-07-31 22:46:35 +0000 |
commit | ecc191066f62f2a3d850fba9401f792e1f815eb2 (patch) | |
tree | be8bf1b5e0b49d461d65216e02a2ab4b735a6c54 /misc/kde3-i18n-id/Makefile | |
parent | 2a9bde49bb09001bd162ad70d8be7d4aef7ddb67 (diff) | |
download | ports-ecc191066f62f2a3d850fba9401f792e1f815eb2.tar.gz ports-ecc191066f62f2a3d850fba9401f792e1f815eb2.zip |
Notes
Diffstat (limited to 'misc/kde3-i18n-id/Makefile')
-rw-r--r-- | misc/kde3-i18n-id/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/kde3-i18n-id/Makefile b/misc/kde3-i18n-id/Makefile index 7c43988afd60..3358f1531f03 100644 --- a/misc/kde3-i18n-id/Makefile +++ b/misc/kde3-i18n-id/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= id- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Indonesian messages and documentation for KDE3 -IGNORE= Needs update from vendor. - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 @@ -25,6 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes KDE_I18N= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-//} .include "${.CURDIR}/../../x11/kde3/Makefile.kde" |