mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/mimedefang: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
6697cbba16
commit
d1d33c9473
2 changed files with 12 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= mimedefang
|
PORTNAME= mimedefang
|
||||||
PORTVERSION= 2.86
|
PORTVERSION= 2.86
|
||||||
|
PORTREVISION= 1
|
||||||
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= https://mimedefang.org/releases/
|
MASTER_SITES= https://mimedefang.org/releases/
|
||||||
|
@ -21,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
USES= cpe perl5 shebangfix
|
USES= cpe perl5 shebangfix
|
||||||
perl_OLD_CMD= perl
|
perl_OLD_CMD= perl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \
|
||||||
--with-confsubdir=mimedefang \
|
--with-confsubdir=mimedefang \
|
||||||
--with-user=${MIMEDEFANG_USER} \
|
--with-user=${MIMEDEFANG_USER} \
|
||||||
|
|
|
@ -6,16 +6,16 @@ bin/mimedefang.pl
|
||||||
bin/watch-mimedefang
|
bin/watch-mimedefang
|
||||||
bin/watch-multiple-mimedefangs.tcl
|
bin/watch-multiple-mimedefangs.tcl
|
||||||
etc/rc.d/mimedefang
|
etc/rc.d/mimedefang
|
||||||
man/man1/mimedefang-util.1.gz
|
share/man/man1/mimedefang-util.1.gz
|
||||||
man/man5/mimedefang-filter.5.gz
|
share/man/man5/mimedefang-filter.5.gz
|
||||||
man/man7/mimedefang-notify.7.gz
|
share/man/man7/mimedefang-notify.7.gz
|
||||||
man/man7/mimedefang-protocol.7.gz
|
share/man/man7/mimedefang-protocol.7.gz
|
||||||
man/man8/md-mx-ctrl.8.gz
|
share/man/man8/md-mx-ctrl.8.gz
|
||||||
man/man8/mimedefang-multiplexor.8.gz
|
share/man/man8/mimedefang-multiplexor.8.gz
|
||||||
man/man8/mimedefang.8.gz
|
share/man/man8/mimedefang.8.gz
|
||||||
man/man8/mimedefang.pl.8.gz
|
share/man/man8/mimedefang.pl.8.gz
|
||||||
man/man8/watch-mimedefang.8.gz
|
share/man/man8/watch-mimedefang.8.gz
|
||||||
man/man8/watch-multiple-mimedefangs.8.gz
|
share/man/man8/watch-multiple-mimedefangs.8.gz
|
||||||
@sample %%ETCDIR%%/mimedefang-filter.sample
|
@sample %%ETCDIR%%/mimedefang-filter.sample
|
||||||
@sample %%ETCDIR%%/mimedefang-ip-key.sample
|
@sample %%ETCDIR%%/mimedefang-ip-key.sample
|
||||||
@sample %%ETCDIR%%/sa-mimedefang.cf.sample
|
@sample %%ETCDIR%%/sa-mimedefang.cf.sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue