svn commit: r568660 - in head/sysutils: . runj

Dave Cottlehuber dch at FreeBSD.org
Wed Mar 17 14:01:24 UTC 2021


Author: dch
Date: Wed Mar 17 14:01:23 2021
New Revision: 568660
URL: https://svnweb.freebsd.org/changeset/ports/568660

Log:
  sysutils/runj: include phab review feedback
  
  Reviewed by:	tobik
  Sponsored by:	SkunkWerks, GmbH
  Differential Revision:	https://reviews.freebsd.org/D29292

Modified:
  head/sysutils/Makefile
  head/sysutils/runj/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Mar 17 13:50:31 2021	(r568659)
+++ head/sysutils/Makefile	Wed Mar 17 14:01:23 2021	(r568660)
@@ -1205,6 +1205,7 @@
     SUBDIR += rundeck3
     SUBDIR += runit
     SUBDIR += runit-faster
+    SUBDIR += runj
     SUBDIR += runwhen
     SUBDIR += rw
     SUBDIR += s-tui

Modified: head/sysutils/runj/Makefile
==============================================================================
--- head/sysutils/runj/Makefile	Wed Mar 17 13:50:31 2021	(r568659)
+++ head/sysutils/runj/Makefile	Wed Mar 17 14:01:23 2021	(r568660)
@@ -15,20 +15,14 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	samuelkarp
 GH_TAGNAME=	42281a4
 
-.include "${.CURDIR}/Makefile.deps"
+.include "Makefile.deps"
 
-GO_TARGET=	./cmd/runj:bin/runj \
-		./cmd/runj-entrypoint:bin/runj-entrypoint \
-		./cmd/containerd-shim-runj-v1:bin/containerd-shim-runj-v1
+GO_TARGET=	./cmd/runj \
+		./cmd/runj-entrypoint \
+		./cmd/containerd-shim-runj-v1
 
 PLIST_FILES=	bin/runj \
 		bin/runj-entrypoint \
 		bin/containerd-shim-runj-v1
-
-post-install:
-	${STRIP_CMD} \
-		${STAGEDIR}${PREFIX}/bin/runj \
-		${STAGEDIR}${PREFIX}/bin/runj-entrypoint \
-		${STAGEDIR}${PREFIX}/bin/containerd-shim-runj-v1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list