diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-18 10:28:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-18 10:28:22 +0000 |
commit | 035f9be2dd543bb9522606532fce702a985b61c2 (patch) | |
tree | c040dd99ee1848f432aaa9a51c8cbdc474dc6007 /print | |
parent | f697bb5cd0773b3ff63aef140061985073b899f6 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdf4tcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile index a5af8af88485..65b446ca098c 100644 --- a/print/pdf4tcl/Makefile +++ b/print/pdf4tcl/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= lib/${PKGNAME}/glyph2uni.tcl \ lib/${PKGNAME}/pkgIndex.tcl \ lib/${PKGNAME}/pdf4tcl.tcl \ lib/${PKGNAME}/stdmetrics.tcl +PLIST_DIRS= lib/${PKGNAME} .include <bsd.port.options.mk> |