Author: jmmv Date: Sun Feb 16 12:56:05 2014 New Revision: 261978 URL: http://svnweb.freebsd.org/changeset/base/261978
Log: Use DESTDIR for the installation of the /usr/tests/local symlink. MFC after: 5 days Modified: head/tests/Makefile Modified: head/tests/Makefile ============================================================================== --- head/tests/Makefile Sun Feb 16 12:41:57 2014 (r261977) +++ head/tests/Makefile Sun Feb 16 12:56:05 2014 (r261978) @@ -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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"