aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-02-16 12:56:05 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-02-16 12:56:05 +0000
commit564d7c409949629cef0d7e8673b0e117f370126d (patch)
tree87e6bdd75039d2b7021ab0d8ab0ebc50ceb1e5cb /tests/Makefile
parentbc282289514353a0af3feb250fc063c0b287e833 (diff)
downloadsrc-564d7c409949629cef0d7e8673b0e117f370126d.tar.gz
src-564d7c409949629cef0d7e8673b0e117f370126d.zip
Use DESTDIR for the installation of the /usr/tests/local symlink.
MFC after: 5 days
Notes
Notes: svn path=/head/; revision=261978
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 00aaffd18fd2..89da82d2adf6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -9,6 +9,6 @@ KYUAFILE= yes
afterinstall: install-tests-local
install-tests-local: .PHONY
- ${INSTALL_SYMLINK} ../local/tests ${TESTSDIR}/local
+ ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
.include <bsd.test.mk>