From 863d190d92161b3ac6d97c59244c5e25b6243321 Mon Sep 17 00:00:00 2001 From: bjoern Date: Tue, 1 Jan 2002 22:23:03 +0000 Subject: Touch generated files after configure to avoid rebuilding them and breaking the package build with that. --- time/ical/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'time/ical') 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" -- cgit v1.2.3