From 578c761d7ba2148788c044e3d271d07af8c14261 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 19 Aug 2015 09:31:04 +0200 Subject: [PATCH] plugins: switch PLUGIN_DESC and PLUGIN_COMMENT --- Mk/plugins.mk | 4 ++-- devel/test/Makefile | 2 +- sysutils/vmware/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index 3dd2a0abb..14f043e7a 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -25,7 +25,7 @@ all: check -PLUGIN_COMMENT!= git rev-list HEAD --max-count=1 | cut -c1-9 +PLUGIN_DESC!= git rev-list HEAD --max-count=1 | cut -c1-9 PLUGIN_SCRIPTS= +PRE_INSTALL +POST_INSTALL \ +PRE_DEINSTALL +POST_DEINSTALL PLUGIN_PREFIX= os- @@ -36,7 +36,7 @@ PKG!= which pkg || echo true check: @[ -n "${PLUGIN_NAME}" ] || echo "PLUGIN_NAME not set" @[ -n "${PLUGIN_VERSION}" ] || echo "PLUGIN_VERSION not set" - @[ -n "${PLUGIN_DESC}" ] || echo "PLUGIN_DESC not set" + @[ -n "${PLUGIN_COMMENT}" ] || echo "PLUGIN_COMMENT not set" @[ -n "${PLUGIN_MAINTAINER}" ] || echo "PLUGIN_MAINTAINER not set" # XXX throw an error here diff --git a/devel/test/Makefile b/devel/test/Makefile index 4e3ae1b23..d12cb93f0 100644 --- a/devel/test/Makefile +++ b/devel/test/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= test PLUGIN_VERSION= 1.0 -PLUGIN_DESC= A test package +PLUGIN_COMMENT= A test package PLUGIN_DEPENDS= git vim-lite tmux PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/sysutils/vmware/Makefile b/sysutils/vmware/Makefile index a8ee75697..9351dbf7f 100644 --- a/sysutils/vmware/Makefile +++ b/sysutils/vmware/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= vmware PLUGIN_VERSION= 1.1 -PLUGIN_DESC= VMware tools wrapper +PLUGIN_COMMENT= VMware tools wrapper PLUGIN_DEPENDS= open-vm-tools-nox11 PLUGIN_MAINTAINER= franco@opnsense.org