diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 19:42:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 19:42:38 +0000 |
commit | 45a756b50e39d6e128a9564c8de9388fd7469c81 (patch) | |
tree | 76efdd88046511896aaef64a946d053dabda5b9a /x11/kde4 | |
parent | 270cf19e16bb5869011723a49971efd49ea43c56 (diff) | |
download | ports-45a756b50e39d6e128a9564c8de9388fd7469c81.tar.gz ports-45a756b50e39d6e128a9564c8de9388fd7469c81.zip |
It's time already! KDE 3.1.2 came to town!
AND, we made it before a release this time.
Official KDE 3.1.2 announcement:
http://www.kde.org/announcements/announce-3.1.2.php
Changelog from 3.1.1 to 3.1.2 release:
http://www.kde.org/announcements/changelogs/changelog3_1_1to3_1_2.php
Special thanks to Michael Nottebrock <michaelnottebrock@gmx.net>
who put a lot of work on this KDE FreeBSD release. And, to all
members of the KDE FreeBSD Team.
Notes
Notes:
svn path=/head/; revision=81483
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile.kde | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index c0a4160faa5f..9dbb43503b28 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/Makefile.kde @@ -25,6 +25,7 @@ DIST_SUBDIR= KDE/kde-i18n post-extract: @${FIND} ${WRKDIR} -type f -name index.cache.bz2 \ | ${XARGS} -n 10 -x ${TOUCH} + @${TOUCH} ${WRKSRC}/config.h.in .endif # !target(post-extract) .endif # defined(KDE_I18N) |