Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2000 11:29:48 +0900
From:      "Akinori MUSHA" <knu@idaemons.org>
To:        asami@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   bsd.port.mk: No need to create FILESDIR on makesum
Message-ID:  <86n1gdwhr7.wl@archon.local.idaemons.org>

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

I found a "make makesum" creates ${FILESDIR} when it's no longer
necessary.  Please apply the following patch.


Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.355
diff -u -r1.355 bsd.port.mk
--- bsd.port.mk	2000/10/08 11:43:54	1.355
+++ bsd.port.mk	2000/10/10 02:26:17
@@ -2351,7 +2351,6 @@
 .if !target(makesum)
 makesum:
 	@cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} fetch NO_CHECKSUM=yes
-	@${MKDIR} ${FILESDIR}
 	@if [ -f ${MD5_FILE} ]; then ${RM} -f ${MD5_FILE}; fi
 	@(cd ${DISTDIR}; \
 	 for file in ${_CKSUMFILES}; do \


-- 
                           /
                          /__  __       
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


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?86n1gdwhr7.wl>