diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:26:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:26:34 +0800 |
commit | 1d2a406643d537c18ff841f2a30302266181d879 (patch) | |
tree | 50c22cd33b2afd2aaf486c13f342d96cfb0d9c33 /net-p2p | |
parent | 35978682c8d6c247de15e2cda14f067d312f96fd (diff) | |
download | freebsd-ports-gnome-1d2a406643d537c18ff841f2a30302266181d879.tar.gz freebsd-ports-gnome-1d2a406643d537c18ff841f2a30302266181d879.tar.zst freebsd-ports-gnome-1d2a406643d537c18ff841f2a30302266181d879.zip |
Cleanup plist
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/frost/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/gnewtellium/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/shx/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-luascript/Makefile | 1 |
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 |