summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:26:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:26:34 +0000
commitf1a9174c67514491275f06f8f9e8369c720b3491 (patch)
tree50c22cd33b2afd2aaf486c13f342d96cfb0d9c33
parentcleanup plist (diff)
Cleanup plist
Notes
Notes: svn path=/head/; revision=375102
-rw-r--r--net-p2p/frost/Makefile4
-rw-r--r--net-p2p/gnewtellium/Makefile1
-rw-r--r--net-p2p/shx/Makefile2
-rw-r--r--net-p2p/verlihub-plugins-luascript/Makefile1
4 files changed, 0 insertions, 8 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile
index b0a0b7be0ea6..1523deddfcf8 100644
--- a/net-p2p/frost/Makefile
+++ b/net-p2p/frost/Makefile
@@ -54,10 +54,6 @@ PLIST_FILES+= %%JAR_DIR%%/${jar}
PLIST_FILES+= %%DATADIR%%/${file}
.endfor
-PLIST_DIRS+= \
- %%JAR_DIR%% \
- %%DATADIR%%
-
DESKTOP_ENTRIES= "Frost" "Freenet Client" \
"${JAVASHAREDIR}/${PORTNAME}/jtc.ico" \
"frost" "P2P;Network;Java;" \
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile
index 224abdeb720f..2b75b85ffed5 100644
--- a/net-p2p/gnewtellium/Makefile
+++ b/net-p2p/gnewtellium/Makefile
@@ -19,6 +19,5 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm
-PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
.include <bsd.port.mk>
diff --git a/net-p2p/shx/Makefile b/net-p2p/shx/Makefile
index a018001455a5..2889880e137c 100644
--- a/net-p2p/shx/Makefile
+++ b/net-p2p/shx/Makefile
@@ -72,8 +72,6 @@ PLIST_FILES= bin/hx \
share/examples/shx/hxrc \
share/examples/shx/hxvars
-PLIST_DIRS= share/examples/shx
-
do-install:
${CP} -fv ${WRKSRC}/run/hx ${STAGEDIR}${PREFIX}/bin/
${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}
diff --git a/net-p2p/verlihub-plugins-luascript/Makefile b/net-p2p/verlihub-plugins-luascript/Makefile
index 651424c80f4b..deb7283a163f 100644
--- a/net-p2p/verlihub-plugins-luascript/Makefile
+++ b/net-p2p/verlihub-plugins-luascript/Makefile
@@ -23,7 +23,6 @@ LDFLAGS+= -L${LUA_LIBDIR}
PLIST_FILES= share/verlihub/scripts/ptokax.lua.inc \
share/verlihub/scripts/ptokaxtest.lua \
share/verlihub/scripts/script.lua
-PLIST_DIRS= share/verlihub/scripts
OPTIONS_DEFINE= SOCKET
SOCKET_DESC= Build with LuaSocket support