diff options
author | jasone <jasone@FreeBSD.org> | 2001-12-22 02:04:51 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2001-12-22 02:04:51 +0000 |
commit | db6d35a3e72b4fe76e852caacc7b42f18601a777 (patch) | |
tree | 433f292b163b86aa6fcea422ee41edf2a5feee17 /lang/onyx | |
parent | 3402a9dfedde8e475c6e48760582f2c7899f2f01 (diff) | |
download | FreeBSD-ports-db6d35a3e72b4fe76e852caacc7b42f18601a777.zip FreeBSD-ports-db6d35a3e72b4fe76e852caacc7b42f18601a777.tar.gz |
Add back a @ that got lost.
Diffstat (limited to 'lang/onyx')
-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 fe7ce69..2a502b7 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) |