From 4226180b2ae7cde9fb3f75ceb652177e295effa5 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 12 Dec 2001 17:54:14 +0000 Subject: Update to 2.2.2. Submitted by: SASAKI Katuhiro --- misc/kde3-i18n-nl/Makefile | 17 +++++++++++++++-- misc/kde3-i18n-nl/distinfo | 2 +- misc/kde3-i18n-nl/scripts/Configure | 6 ------ 3 files changed, 16 insertions(+), 9 deletions(-) (limited to 'misc/kde3-i18n-nl') diff --git a/misc/kde3-i18n-nl/Makefile b/misc/kde3-i18n-nl/Makefile index e94cb79ca4aa..09e2da57fbf6 100644 --- a/misc/kde3-i18n-nl/Makefile +++ b/misc/kde3-i18n-nl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kde-i18n -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org +BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ + automake14:${PORTSDIR}/devel/automake14 LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=2 @@ -25,7 +27,18 @@ GNU_CONFIGURE= yes PLIST= ${WRKDIR}/PLIST SCRIPTS_ENV+= PLIST=${PLIST} +.include + pre-configure: + ${MKDIR} ${WRKSRC}/auto-bin +.for AC in autoconf autoheader + ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} +.endfor +.for AM in automake aclocal + ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} +.endfor + cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ + ${GMAKE} -f Makefile.cvs @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure -.include +.include diff --git a/misc/kde3-i18n-nl/distinfo b/misc/kde3-i18n-nl/distinfo index 9b1c1e80f6f3..b0328cc8ebfa 100644 --- a/misc/kde3-i18n-nl/distinfo +++ b/misc/kde3-i18n-nl/distinfo @@ -1 +1 @@ -MD5 (KDE/kde-i18n-2.2.1.tar.bz2) = b5556e11063dd0725a031dd01027864e +MD5 (KDE/kde-i18n-2.2.2.tar.bz2) = 69d54ce59f459c3d428f2946239d1ff2 diff --git a/misc/kde3-i18n-nl/scripts/Configure b/misc/kde3-i18n-nl/scripts/Configure index 55988c58cf5b..a5fb3164b9e5 100644 --- a/misc/kde3-i18n-nl/scripts/Configure +++ b/misc/kde3-i18n-nl/scripts/Configure @@ -85,12 +85,6 @@ while [ "$1" ]; do /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs /usr/bin/grep "^@.*/$a$" ${CURDIR}/pkg-plist >> ${PLIST}.dirs - if [ x$a = xzh_TW.Big5 ]; then - /usr/bin/grep "^[^@].*/zh_TW/.*" ${CURDIR}/pkg-plist >> ${PLIST} - /usr/bin/grep "^[^@].*-zh_TW\$" ${CURDIR}/pkg-plist >> ${PLIST} - /usr/bin/grep "^@.*/zh_TW/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs - /usr/bin/grep "^@.*/zh_TW$" ${CURDIR}/pkg-plist >> ${PLIST}.dirs - fi shift done -- cgit v1.2.3