Tag etc/termcap with package=runtime
/etc/termcap is a symlink to /usr/share/misc/termcap, which is in the runtime package. Tag the symlink with the same package so that it is handled correctly on pkgbase-installed/updated systems. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6ed1dc004a
commit
cea7cfd20d
@ -19,6 +19,7 @@ termcap.db: termcap
|
||||
cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
|
||||
|
||||
etc-termcap:
|
||||
${INSTALL_SYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
||||
${INSTALL_SYMLINK} -T "package=runtime" \
|
||||
${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user