bogofilter: mark /etc/bogofilter.cf as a configuration file 8809/head
authorW. Michael Petullo <mike@flyn.org>
Sat, 27 Apr 2019 03:10:15 +0000 (23:10 -0400)
committerW. Michael Petullo <mike@flyn.org>
Sat, 27 Apr 2019 03:10:15 +0000 (23:10 -0400)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
mail/bogofilter/Makefile

index 01a5a148f12ebd58f345ad728c75618ae35ef9bd..d921dae47425431aec23f3611bfd8342f86584f0 100644 (file)
@@ -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 \