diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/Makefile | 4 | ||||
-rw-r--r-- | lang/librep2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk> 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 <bsd.port.mk> |