diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 04:00:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 04:00:26 +0800 |
commit | 368eb029f20cc5b188b3aac4a858dcfeb92f605d (patch) | |
tree | ef4c91ed1b8110add5ea64c72b5592d740fbabc5 /x11-toolkits/tktray/Makefile | |
parent | d1509e9b43d494c277e13d1349511edca54d3739 (diff) | |
download | freebsd-ports-gnome-368eb029f20cc5b188b3aac4a858dcfeb92f605d.tar.gz freebsd-ports-gnome-368eb029f20cc5b188b3aac4a858dcfeb92f605d.tar.zst freebsd-ports-gnome-368eb029f20cc5b188b3aac4a858dcfeb92f605d.zip |
cleanup plist
Diffstat (limited to 'x11-toolkits/tktray/Makefile')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 5aca1c293e6d..21aca0846d1c 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -21,6 +21,5 @@ TKPKG= ${PORTNAME}${PORTVERSION} PLIST_FILES= lib/${TKPKG}/libtktray.so.1 \ lib/${TKPKG}/pkgIndex.tcl \ man/mann/${PORTNAME}.n.gz -PLIST_DIRS= lib/${TKPKG} .include <bsd.port.mk> |