Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -1205,6 +1205,7 @@ SUBDIR += rundeck3 SUBDIR += runit SUBDIR += runit-faster + SUBDIR += runj SUBDIR += runwhen SUBDIR += rw SUBDIR += s-tui Index: head/sysutils/runj/Makefile =================================================================== --- head/sysutils/runj/Makefile +++ head/sysutils/runj/Makefile @@ -15,20 +15,14 @@ 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