diff options
author | W. Michael Petullo <mike@flyn.org> | 2019-04-26 23:10:15 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2019-04-26 23:10:15 -0400 |
commit | d3385ef60b7eaa2b6480674cb3d257029996e1dc (patch) | |
tree | 3d6398bc7253509c5e227452e64d210896494211 /mail/bogofilter | |
parent | ec2b915f9e918a2e46c97da9f001b6c828efd373 (diff) |
bogofilter: mark /etc/bogofilter.cf as a configuration file
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 01a5a148f..d921dae47 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 \ |