diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-22 03:30:43 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-22 03:30:43 +0800 |
commit | ac05d4e67b0ba2a8b0446fb3420042992aaebfa1 (patch) | |
tree | c713615aea6ab4b58cd75cc4ce53a30fe2b37e40 /print | |
parent | 1307853f5b80105514684de50c3e85f3e94aec6a (diff) | |
download | freebsd-ports-gnome-ac05d4e67b0ba2a8b0446fb3420042992aaebfa1.tar.gz freebsd-ports-gnome-ac05d4e67b0ba2a8b0446fb3420042992aaebfa1.tar.zst freebsd-ports-gnome-ac05d4e67b0ba2a8b0446fb3420042992aaebfa1.zip |
print/tex-formats: Add to description that it provides the 'latex' command
Otherwise, 'pkg search latex' doesn't even return tex-formats, which can make
finding what package installs 'latex' difficult.
Approved by: portmgr blanket (usability fix that does not result in a change in contents of the resulting package)
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-formats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 9f6dd2f458d5..162cf5e712f6 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -10,7 +10,7 @@ DISTFILES= #empty EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org -COMMENT= Formats for basic TeX engines +COMMENT= Formats for basic TeX engines and the 'latex' command NO_BUILD= yes NO_INSTALL= yes |