summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-05-07 14:02:29 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-05-07 14:02:29 +0000
commit62359007359736256af6b25c072a79e3bd154df7 (patch)
treebc2f6563e09fa8b0ede1a10bd3089a90c9edb45e /ftp
parentUpdate 2.10.2 (diff)
Fix build for people with timezone other than CET
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=108621
Diffstat (limited to 'ftp')
-rw-r--r--ftp/kasablanca/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/kasablanca/Makefile b/ftp/kasablanca/Makefile
index d332df577ca0..dddec0652edb 100644
--- a/ftp/kasablanca/Makefile
+++ b/ftp/kasablanca/Makefile
@@ -21,7 +21,7 @@ USE_REINPLACE= yes
post-extract:
@${CP} ${FILESDIR}/subdirs ${WRKSRC}
- @${TOUCH} -t 200404152151 ${WRKSRC}/subdirs
+ @${TOUCH} -t 200404130000 ${WRKSRC}/subdirs
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}