diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:23:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:23:19 +0800 |
commit | 8101c8067e3cd8ccada72acfee02a5aabd196e12 (patch) | |
tree | b71d74aef2f0d9eee7d50edcad7f9bfe2de0281e /net/tcludp | |
parent | 3bb51cc14d9ca70035fb39d24afe06ef2a14042e (diff) | |
download | freebsd-ports-gnome-8101c8067e3cd8ccada72acfee02a5aabd196e12.tar.gz freebsd-ports-gnome-8101c8067e3cd8ccada72acfee02a5aabd196e12.tar.zst freebsd-ports-gnome-8101c8067e3cd8ccada72acfee02a5aabd196e12.zip |
cleanup plist
Diffstat (limited to 'net/tcludp')
-rw-r--r-- | net/tcludp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index a3bdea3a1ecb..d1ae84a6de9f 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -19,6 +19,5 @@ USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION} PLIST_FILES= lib/udp1.0.8/libudp1.0.8.so \ lib/udp1.0.8/pkgIndex.tcl \ man/mann/udp.n.gz -PLIST_DIRS= lib/udp1.0.8 .include <bsd.port.mk> |