diff options
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index fe7ce69e2a06..2a502b757f0f 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -21,7 +21,7 @@ MAN1= onyx.1 MANCOMPRESSED= no do-build: - (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) do-install: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install) |