From 09b2f0f5be41bf099379bf50991e7048aa3d0461 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 22 Dec 2002 00:06:41 +0000 Subject: Nasty hack to force newer timestamps on cache. Required to enable correct building of KDE i18n ports. Only used in those. Submitted by: bento Reviewed by: Lauri Watts Approved by: FreeBSD KDE Team --- x11/kde3/Makefile.kde | 8 ++++++++ x11/kde4/Makefile.kde | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'x11') diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde index fe30441d54e0..702ba2e09519 100644 --- a/x11/kde3/Makefile.kde +++ b/x11/kde3/Makefile.kde @@ -17,6 +17,14 @@ _NO_KDE_FINAL= yes _NO_KDE_NDEBUG= yes DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-$//} + +# nasty hack to force newer timestamps on cache +# required to enable correct building +.if !target(post-extract) +post-extract: + @${FIND} ${WRKDIR} -type f -name index.cache.bz2 \ + | ${XARGS} -n 10 -x ${TOUCH} +.endif .endif # KDE_DIST_VERSION (PORTVERSION) diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index fe30441d54e0..702ba2e09519 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/Makefile.kde @@ -17,6 +17,14 @@ _NO_KDE_FINAL= yes _NO_KDE_NDEBUG= yes DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-$//} + +# nasty hack to force newer timestamps on cache +# required to enable correct building +.if !target(post-extract) +post-extract: + @${FIND} ${WRKDIR} -type f -name index.cache.bz2 \ + | ${XARGS} -n 10 -x ${TOUCH} +.endif .endif # KDE_DIST_VERSION (PORTVERSION) -- cgit v1.2.3