diff options
author | bms <bms@FreeBSD.org> | 2010-02-08 23:03:25 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2010-02-08 23:03:25 +0800 |
commit | 45f8972051d11bd00fcc59c1c55e907dc8c7ad61 (patch) | |
tree | 134f24aaa6edb25a4e6d0fca8ff1b8d58c4efb55 /print | |
parent | d41eceaf6a8ad9e757ebc35b1c8c7cd8c42d8227 (diff) | |
download | freebsd-ports-gnome-45f8972051d11bd00fcc59c1c55e907dc8c7ad61.tar.gz freebsd-ports-gnome-45f8972051d11bd00fcc59c1c55e907dc8c7ad61.tar.zst freebsd-ports-gnome-45f8972051d11bd00fcc59c1c55e907dc8c7ad61.zip |
Add russian filters found by QA tindy; my bad, my mental filter just
ticked these off as being language/doc directories, and didn't clock
that they were in sbin/.
Diffstat (limited to 'print')
-rw-r--r-- | print/bsd_lpr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/bsd_lpr/Makefile b/print/bsd_lpr/Makefile index a39a81e4e9c2..bff6d5cc9bf4 100644 --- a/print/bsd_lpr/Makefile +++ b/print/bsd_lpr/Makefile @@ -58,7 +58,9 @@ PLIST_FILES=\ sbin/lptest \ sbin/pac \ sbin/lpf \ - sbin/bjc-240.sh.sample + sbin/bjc-240.sh.sample \ + sbin/koi2855 \ + sbin/koi2alt LPR_SUBST_FILES= ${WRKSRC}/common_source/pathnames.h |