From 2e96cb029e365358e6471d9d179574fdef4b175a Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sun, 14 Nov 1999 00:53:32 +0000 Subject: Don't create a temp file in ${FILESDIR} PR: 14857 Submitted by: OKAZAKI Tetsurou --- lang/librep/Makefile | 4 ++-- lang/librep2/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 5b99ef9d617e..7283c7ca6f40 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -23,7 +23,7 @@ TAR_VER= '\"'`${TAR} --version 2>&1 | ${SED} 's/GNU tar version //'`'\"' post-patch: ${CAT} ${WRKSRC}/lisp/tar-file-handler.jl | \ ${SED} '/^(defvar tarfh-gnu-tar-version/s/nil/'${TAR_VER}'/' \ - > ${FILESDIR}/tmp.work - ${CP} ${FILESDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl + > ${WRKDIR}/tmp.work + ${CP} ${WRKDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl .include diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile index 5b99ef9d617e..7283c7ca6f40 100644 --- a/lang/librep2/Makefile +++ b/lang/librep2/Makefile @@ -23,7 +23,7 @@ TAR_VER= '\"'`${TAR} --version 2>&1 | ${SED} 's/GNU tar version //'`'\"' post-patch: ${CAT} ${WRKSRC}/lisp/tar-file-handler.jl | \ ${SED} '/^(defvar tarfh-gnu-tar-version/s/nil/'${TAR_VER}'/' \ - > ${FILESDIR}/tmp.work - ${CP} ${FILESDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl + > ${WRKDIR}/tmp.work + ${CP} ${WRKDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl .include -- cgit