diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 03:33:28 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 03:33:28 +0800 |
commit | 28a046b5868c5152168c1460bb6c0ba79ef66cbd (patch) | |
tree | 79077cda828b3810fdc82f9ce68b72828a398dc0 /print/pdf4tcl | |
parent | cfee253a051c68c4835218b3600de2e1bb65af91 (diff) | |
download | freebsd-ports-gnome-28a046b5868c5152168c1460bb6c0ba79ef66cbd.tar.gz freebsd-ports-gnome-28a046b5868c5152168c1460bb6c0ba79ef66cbd.tar.zst freebsd-ports-gnome-28a046b5868c5152168c1460bb6c0ba79ef66cbd.zip |
cleanup plist
Diffstat (limited to 'print/pdf4tcl')
-rw-r--r-- | print/pdf4tcl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile index 684092fcfb96..7b6e36f75735 100644 --- a/print/pdf4tcl/Makefile +++ b/print/pdf4tcl/Makefile @@ -23,7 +23,6 @@ PLIST_FILES= lib/${PKGNAME}/glyph2uni.tcl \ lib/${PKGNAME}/pdf4tcl.tcl \ lib/${PKGNAME}/stdmetrics.tcl \ man/mann/pdf4tcl.n.gz -PLIST_DIRS= lib/${PKGNAME} .include <bsd.port.options.mk> |