Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2000 12:10:49 +0900
From:      kiri@pis.toba-cmt.ac.jp
To:        ports@FreeBSD.org
Subject:   Add DIST_SUBDIR in fetch-list?
Message-ID:  <200012130310.eBD3AoU41369@kiri.pis>

next in thread | raw e-mail | index | archive | help
Hi Dears.

Could you add DIST_SUBDIR to fetch-list output? I want to use in
pre-copying to chroot _DISTDIR.

Index: Mk/bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.360
diff -u -r1.360 bsd.port.mk
--- Mk/bsd.port.mk	2000/11/16 13:06:25	1.360
+++ Mk/bsd.port.mk	2000/12/13 03:09:07
@@ -2303,7 +2303,7 @@
 				${ECHO} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '||' ; \
 					break; \
 			done; \
-			${ECHO} "echo $${file} not fetched" ; \
+			${ECHO} "echo $${DIR:+$$DIR/}$${file} not fetched" ; \
 		fi \
 	done)
 .if defined(PATCHFILES)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012130310.eBD3AoU41369>