From e0cf908d24665a43c0041c9c63a4476666cf6a9f Mon Sep 17 00:00:00 2001 From: veego Date: Fri, 19 Oct 2001 09:02:38 +0000 Subject: Touch some files in ${WRKSRC}, which is needed because the timestamps are out of order and so autoconf would regnerate these files. This change is only needed in the ${OPSYS} != "NetBSD" case. --- archivers/gtar-base/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 6550af73fac..279e29f46a0 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/10/18 15:20:01 veego Exp $ +# $NetBSD: Makefile,v 1.17 2001/10/19 09:02:38 veego Exp $ # DISTNAME= tar-1.12 @@ -22,10 +22,12 @@ CONFIGURE_ARGS= --program-prefix=g --with-catgets .if (${OPSYS} != "NetBSD") PLIST_SRC= ${WRKDIR}/PLIST +post-configure: + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile + pre-install: -${RM} -f ${WRKDIR}/PLIST ${CAT} ${PKGDIR}/PLIST | ${SED} -e 's/cat$$/mo/' > ${WRKDIR}/PLIST - .endif post-patch: -- cgit v1.2.3