Skip to content

Commit

Permalink
Tag etc/termcap with package=runtime
Browse files Browse the repository at this point in the history
/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
  • Loading branch information
emaste committed Jan 22, 2020
1 parent 6ed1dc0 commit cea7cfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/termcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit cea7cfd

Please sign in to comment.