diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-22 08:06:41 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-22 08:06:41 +0800 |
commit | a4db74301c8fa312e976291571f2447bb9283c5a (patch) | |
tree | f948e9ba049e8dcb110b8de625496d1e2202422a /x11 | |
parent | a170c9fe2293ca311a828b398b913f1996f7eb37 (diff) | |
download | freebsd-ports-gnome-a4db74301c8fa312e976291571f2447bb9283c5a.tar.gz freebsd-ports-gnome-a4db74301c8fa312e976291571f2447bb9283c5a.tar.zst freebsd-ports-gnome-a4db74301c8fa312e976291571f2447bb9283c5a.zip |
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 <lauri@kde.org>
Approved by: FreeBSD KDE Team <kde@FreeBSD.org>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/Makefile.kde | 8 | ||||
-rw-r--r-- | x11/kde4/Makefile.kde | 8 |
2 files changed, 16 insertions, 0 deletions
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) |