Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105707282
D29292.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D29292.diff
View Options
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 <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 12:11 PM (19 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15530089
Default Alt Text
D29292.diff (1 KB)
Attached To
Mode
D29292: sysutils/runj: new port
Attached
Detach File
Event Timeline
Log In to Comment