diff options
author | bjoern <bjoern> | 2002-01-01 22:23:03 +0000 |
---|---|---|
committer | bjoern <bjoern> | 2002-01-01 22:23:03 +0000 |
commit | 863d190d92161b3ac6d97c59244c5e25b6243321 (patch) | |
tree | 5f3395cdf6c89db21bdbcafc95fea6d1d9549702 /time/ical | |
parent | 279d7e7f86a082c64a5cff4e18e41d2680b3c6b2 (diff) | |
download | pkgsrc-863d190d92161b3ac6d97c59244c5e25b6243321.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/Makefile | 8 |
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" |