mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/opensmtpd-extras{,-table-passwd,-table-redis,-table-socketmap,-table-sqlite}: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
79ff6de381
commit
be92dc1afd
5 changed files with 10 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
PKGNAMESUFFIX= -table-passwd
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= passwd(5) table support for OpenSMTPD
|
||||
|
||||
PLIST_FILES= libexec/opensmtpd/table-passwd \
|
||||
man/man5/table-passwd.5.gz
|
||||
share/man/man5/table-passwd.5.gz
|
||||
|
||||
CONFIGURE_ARGS+= --with-table-passwd
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PKGNAMESUFFIX= -table-redis
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Redis table support for OpenSMTPD
|
||||
|
||||
LIB_DEPENDS= libhiredis.so:databases/hiredis
|
||||
|
||||
PLIST_FILES= libexec/opensmtpd/table-redis \
|
||||
man/man5/table-redis.5.gz
|
||||
share/man/man5/table-redis.5.gz
|
||||
|
||||
CONFIGURE_ARGS+= --with-table-redis
|
||||
CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PKGNAMESUFFIX= -table-socketmap
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Socketmap table support for OpenSMTPD
|
||||
|
||||
PLIST_FILES= libexec/opensmtpd/table-socketmap \
|
||||
man/man5/table-socketmap.5.gz
|
||||
share/man/man5/table-socketmap.5.gz
|
||||
|
||||
CONFIGURE_ARGS+= --with-table-socketmap
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PKGNAMESUFFIX= -table-sqlite
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= SQLite table support for OpenSMTPD
|
||||
|
||||
PLIST_FILES= libexec/opensmtpd/table-sqlite \
|
||||
man/man5/table-sqlite.5.gz
|
||||
share/man/man5/table-sqlite.5.gz
|
||||
|
||||
CONFIGURE_ARGS+= --with-table-sqlite
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= opensmtpd-extras
|
||||
PORTVERSION?= 6.7.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES+= mail
|
||||
MASTER_SITES= http://www.opensmtpd.org/archives/
|
||||
|
@ -18,6 +18,7 @@ LIB_DEPENDS+= libevent.so:devel/libevent
|
|||
|
||||
USES+= autoreconf ssl libtool
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue