From c8f7d50a91f321c6871ab3b70827ee406e2ea637 Mon Sep 17 00:00:00 2001 From: avsm Date: Mon, 5 Feb 2001 22:52:57 +0000 Subject: [PATCH] Dont use INSTALL_* macros in do-extract Spotted by Thomas Nordin --- devel/cvs2cl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index f4b1503e2b4..1cdb5112ea1 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/01/02 16:30:02 avsm Exp $ +# $OpenBSD: Makefile,v 1.7 2001/02/05 22:52:57 avsm Exp $ # $FreeBSD: ports/devel/cvs2cl/Makefile,v 1.8 2000/07/09 03:15:07 knu Exp $ DISTNAME= cvs2cl-2.30 @@ -26,8 +26,8 @@ DIST_LOC= ${FULLDISTDIR}/${DISTFILES} FETCH_BEFORE_ARGS= -o ${DIST_LOC} do-extract: - ${INSTALL_DATA_DIR} ${WRKSRC} - ${INSTALL_SCRIPT} ${DIST_LOC} ${WRKSRC}/cvs2cl + @mkdir -p ${WRKSRC} + @cp ${DIST_LOC} ${WRKSRC}/cvs2cl do-install: ${INSTALL_SCRIPT} ${DIST_LOC} ${PREFIX}/bin/cvs2cl