From 4f76cc86a3e90c9f86115adc021c39559cfcdff3 Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 10 Oct 2000 11:49:59 +0000 Subject: Do extraction a bit different to make this DTRT with WRKOBJDIR set. --- archivers/xbin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers/xbin') diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index e239ef9563e..d6701a578a3 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:36:07 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/10 11:49:59 pooka Exp $ # DISTNAME= ${PRGNAME}unix @@ -11,9 +11,9 @@ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man MAINTAINER= rh@netbsd.org PRGNAME= xbin +EXTRACT_ONLY= # blank -do-extract: - ${MKDIR} ${WRKSRC} +post-extract: .for file in ${DISTFILES} ${CP} ${DISTDIR}/${file} ${WRKSRC} .endfor -- cgit v1.2.3