diff options
Diffstat (limited to 'devel/mk')
-rw-r--r-- | devel/mk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mk/Makefile b/devel/mk/Makefile index e1e012765c06..404e14c53731 100644 --- a/devel/mk/Makefile +++ b/devel/mk/Makefile @@ -13,6 +13,7 @@ COMMENT= Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno MAN1= mk.1 PLIST_FILES= bin/mk +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mk ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mk.1 ${PREFIX}/man/man1 |