diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-10 03:50:13 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-10 03:50:13 +0800 |
commit | 49254254c9bc7ad87a31a4153a43cb2eb7b38d71 (patch) | |
tree | 43b683e18101426dcbb004c382f07b2d17d5c7a7 | |
parent | dbcbf4e70c6955c8add365b63d02fe666a5ed3aa (diff) | |
download | freebsd-ports-gnome-49254254c9bc7ad87a31a4153a43cb2eb7b38d71.tar.gz freebsd-ports-gnome-49254254c9bc7ad87a31a4153a43cb2eb7b38d71.tar.zst freebsd-ports-gnome-49254254c9bc7ad87a31a4153a43cb2eb7b38d71.zip |
Remove deprecated PLIST_DIRSTRY
Approved by: portmgr blanket
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile.plugins | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile.plugins b/net-p2p/verlihub-plugins/Makefile.plugins index 7c67b56519c5..d5c099b89900 100644 --- a/net-p2p/verlihub-plugins/Makefile.plugins +++ b/net-p2p/verlihub-plugins/Makefile.plugins @@ -24,7 +24,6 @@ PLIST_FILES+= lib/lib${PLUGIN_NAME}_pi.a \ lib/lib${PLUGIN_NAME}_pi.so.0 \ lib/lib${PLUGIN_NAME}_pi.so.0.0.0 \ etc/verlihub/plugins/lib${PLUGIN_NAME}_pi.so -PLIST_DIRSTRY+= etc/verlihub/plugins etc/verlihub PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE_TEMPLATE= ${PORTSDIR}/net-p2p/verlihub-plugins/pkg-message.plugins |