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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user