diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-04-24 16:48:20 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-04-24 16:48:20 +0000 |
commit | 4bc126887dac2adffe1843f64e1c376c6f4931ab (patch) | |
tree | 129b2972ad09658de8ce0449049ab4c817fa6b20 | |
parent | ecd654ca774e22f40417a547ea0cfff324332b49 (diff) | |
download | ports-4bc126887dac2adffe1843f64e1c376c6f4931ab.tar.gz ports-4bc126887dac2adffe1843f64e1c376c6f4931ab.zip |
Notes
-rw-r--r-- | devel/tcllib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 4caee186d215..4f78e663d635 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -33,7 +33,7 @@ MANN= base64.n calculus.n cksum.n cmdline.n combinatorics.n comm.n \ MANCOMPRESSED= no test: - ${MAKE_ENV} ${MAKE} -C ${WRKSRC} test + cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} test # The directory is created by install, but not populated. Just # remove it for now. In future versions, it may get some files |