Tag pjdfstest symlink with pkgbase package
As with the rest of pjdfstest, tag the symlink with package=tests. The tests -> . symlink seems a little strange but that's independent of pkgbase. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e5a2b63146
commit
9c68ef1455
@ -18,7 +18,7 @@ misc.sh: ${PJDFSTEST_SRCDIR}/tests/misc.sh
|
||||
afterinstall: install-tests-symlink
|
||||
install-tests-symlink: .PHONY
|
||||
rm -f ${DESTDIR}${TESTSDIR}/tests
|
||||
${INSTALL_SYMLINK} . ${DESTDIR}${TESTSDIR}/tests
|
||||
${INSTALL_SYMLINK} -T "package=tests" . ${DESTDIR}${TESTSDIR}/tests
|
||||
|
||||
TESTS_SUBDIRS= chflags
|
||||
TESTS_SUBDIRS+= chmod
|
||||
|
Loading…
Reference in New Issue
Block a user