pkgsrc-WIP-changes archive

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

docker-cli: Remove a leftover commented out target



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 28 12:48:53 2020 +0100
Changeset:	0b74653b94224f4af3af53607d713f95969a1e55

Modified Files:
	docker-cli/Makefile

Log Message:
docker-cli: Remove a leftover commented out target

(Manually creating the directory is not needed.)

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

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

diffstat:
 docker-cli/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/docker-cli/Makefile b/docker-cli/Makefile
index c3a10d5954..dea7cdc2ef 100644
--- a/docker-cli/Makefile
+++ b/docker-cli/Makefile
@@ -16,9 +16,6 @@ GO_SRCPATH=	github.com/docker/cli
 
 INSTALLATION_DIRS+=	bin
 
-#pre-extract:
-#	${MKDIR} ${WRKDIR}/src/github.com/docker/cli
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/bin/docker ${DESTDIR}${PREFIX}/bin
 


Home | Main Index | Thread Index | Old Index