summaryrefslogtreecommitdiff
path: root/time/ical
diff options
context:
space:
mode:
authorbjoern <bjoern@pkgsrc.org>2002-01-01 22:23:03 +0000
committerbjoern <bjoern@pkgsrc.org>2002-01-01 22:23:03 +0000
commitb20930c91063eafa7e3999db06ec57e566f2fe27 (patch)
tree5f3395cdf6c89db21bdbcafc95fea6d1d9549702 /time/ical
parent0a782acfc37ebbc88873b2f46a536b7fa653fa25 (diff)
downloadpkgsrc-b20930c91063eafa7e3999db06ec57e566f2fe27.tar.gz
Touch generated files after configure to avoid rebuilding them and
breaking the package build with that.
Diffstat (limited to 'time/ical')
-rw-r--r--time/ical/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile
index 93373200df7..332d0b5c936 100644
--- a/time/ical/Makefile
+++ b/time/ical/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:32:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/01 22:23:03 bjoern Exp $
# $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp
#
@@ -19,4 +19,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tclsh=${PREFIX}/bin/tclsh \
--with-tkconfig=${PREFIX}/lib
+post-configure:
+ ${TOUCH} ${WRKDIR}/${DISTNAME}/Makefile \
+ ${WRKDIR}/${DISTNAME}/calendar/Makefile \
+ ${WRKDIR}/${DISTNAME}/startup.tcl \
+ ${WRKDIR}/${DISTNAME}/time/Makefile
+
.include "../../mk/bsd.pkg.mk"