diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-18 18:28:22 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-18 18:28:22 +0800 |
commit | b5ebb411b3726e57cb19169c0e0cb4dac0d0b019 (patch) | |
tree | c040dd99ee1848f432aaa9a51c8cbdc474dc6007 /print | |
parent | 145187123a383b52ab92c9cdc240ce196b799e0e (diff) | |
download | freebsd-ports-gnome-b5ebb411b3726e57cb19169c0e0cb4dac0d0b019.tar.gz freebsd-ports-gnome-b5ebb411b3726e57cb19169c0e0cb4dac0d0b019.tar.zst freebsd-ports-gnome-b5ebb411b3726e57cb19169c0e0cb4dac0d0b019.zip |
- Fix PLIST
Reported by: qat (via decke)
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> |