mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -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
|
PKGNAMESUFFIX= -table-passwd
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
|
|
||||||
COMMENT= passwd(5) table support for OpenSMTPD
|
COMMENT= passwd(5) table support for OpenSMTPD
|
||||||
|
|
||||||
PLIST_FILES= libexec/opensmtpd/table-passwd \
|
PLIST_FILES= libexec/opensmtpd/table-passwd \
|
||||||
man/man5/table-passwd.5.gz
|
share/man/man5/table-passwd.5.gz
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --with-table-passwd
|
CONFIGURE_ARGS+= --with-table-passwd
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
PKGNAMESUFFIX= -table-redis
|
PKGNAMESUFFIX= -table-redis
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
|
|
||||||
COMMENT= Redis table support for OpenSMTPD
|
COMMENT= Redis table support for OpenSMTPD
|
||||||
|
|
||||||
LIB_DEPENDS= libhiredis.so:databases/hiredis
|
LIB_DEPENDS= libhiredis.so:databases/hiredis
|
||||||
|
|
||||||
PLIST_FILES= libexec/opensmtpd/table-redis \
|
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_ARGS+= --with-table-redis
|
||||||
CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf
|
CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PKGNAMESUFFIX= -table-socketmap
|
PKGNAMESUFFIX= -table-socketmap
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
|
|
||||||
COMMENT= Socketmap table support for OpenSMTPD
|
COMMENT= Socketmap table support for OpenSMTPD
|
||||||
|
|
||||||
PLIST_FILES= libexec/opensmtpd/table-socketmap \
|
PLIST_FILES= libexec/opensmtpd/table-socketmap \
|
||||||
man/man5/table-socketmap.5.gz
|
share/man/man5/table-socketmap.5.gz
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --with-table-socketmap
|
CONFIGURE_ARGS+= --with-table-socketmap
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PKGNAMESUFFIX= -table-sqlite
|
PKGNAMESUFFIX= -table-sqlite
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
|
|
||||||
COMMENT= SQLite table support for OpenSMTPD
|
COMMENT= SQLite table support for OpenSMTPD
|
||||||
|
|
||||||
PLIST_FILES= libexec/opensmtpd/table-sqlite \
|
PLIST_FILES= libexec/opensmtpd/table-sqlite \
|
||||||
man/man5/table-sqlite.5.gz
|
share/man/man5/table-sqlite.5.gz
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --with-table-sqlite
|
CONFIGURE_ARGS+= --with-table-sqlite
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= opensmtpd-extras
|
PORTNAME= opensmtpd-extras
|
||||||
PORTVERSION?= 6.7.1
|
PORTVERSION?= 6.7.1
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 1
|
||||||
PORTEPOCH?= 1
|
PORTEPOCH?= 1
|
||||||
CATEGORIES+= mail
|
CATEGORIES+= mail
|
||||||
MASTER_SITES= http://www.opensmtpd.org/archives/
|
MASTER_SITES= http://www.opensmtpd.org/archives/
|
||||||
|
@ -18,6 +18,7 @@ LIB_DEPENDS+= libevent.so:devel/libevent
|
||||||
|
|
||||||
USES+= autoreconf ssl libtool
|
USES+= autoreconf ssl libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
LDFLAGS+= -L${OPENSSLLIB}
|
LDFLAGS+= -L${OPENSSLLIB}
|
||||||
CFLAGS+= -I${OPENSSLINC}
|
CFLAGS+= -I${OPENSSLINC}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue