pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Revert "minio-client: make clean didn't work"



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Aug 20 08:55:23 2020 +0200
Changeset:	2f7ab002cd1872d7bf6060e8287ec4d1b5940e0e

Modified Files:
	minio-client/Makefile

Log Message:
Revert "minio-client: make clean didn't work"

This reverts commit 99e5372e6a1e28d5c9b626b3342dfdf67e70bdd5.
Fixed universally in go-module.mk r1.4 instead.
Suggested by leot@

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f7ab002cd1872d7bf6060e8287ec4d1b5940e0e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 minio-client/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/minio-client/Makefile b/minio-client/Makefile
index 749be70dda..cb263a8fd0 100644
--- a/minio-client/Makefile
+++ b/minio-client/Makefile
@@ -727,8 +727,5 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/mc	\
 	  ${DESTDIR}${PREFIX}/bin/minio-client
 
-pre-clean:
-	${RUN} test -d ${WRKDIR} && cd ${WRKDIR} && chmod -R +w . || true
-
 .include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index