summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorveego <veego>2001-10-19 09:02:38 +0000
committerveego <veego>2001-10-19 09:02:38 +0000
commite0cf908d24665a43c0041c9c63a4476666cf6a9f (patch)
tree3eed006cdaca988c19b35ffdec30101199f160d1 /archivers
parent7d7fc1cdf7c46394c52eec49847351c30b80849d (diff)
downloadpkgsrc-e0cf908d24665a43c0041c9c63a4476666cf6a9f.tar.gz
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.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar-base/Makefile6
1 files changed, 4 insertions, 2 deletions
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: