From: W. Michael Petullo Date: Sat, 27 Apr 2019 03:10:15 +0000 (-0400) Subject: bogofilter: mark /etc/bogofilter.cf as a configuration file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d3385ef60b7eaa2b6480674cb3d257029996e1dc;p=feed%2Fpackages.git bogofilter: mark /etc/bogofilter.cf as a configuration file Signed-off-by: W. Michael Petullo --- diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 01a5a148f1..d921dae474 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bogofilter PKG_VERSION:=1.2.4 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=COPYING @@ -40,6 +40,10 @@ CONFIGURE_ARGS += \ --with-libdb-prefix=$(STAGING_DIR) \ --with-included-gsl +define Package/bogofilter/conffiles +/etc/bogofilter.cf +endef + define Package/bogofilter/install $(INSTALL_DIR) $(1)/etc/ \ $(1)/usr/bin \