Skip to content

Commit

Permalink
mail/opensmtpd-extras{,-table-passwd,-table-redis,-table-socketmap,-t…
Browse files Browse the repository at this point in the history
…able-sqlite}: Move man pages to share/man

Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 10, 2024
1 parent 79ff6de commit be92dc1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions mail/opensmtpd-extras-table-passwd/Makefile
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions mail/opensmtpd-extras-table-redis/Makefile
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions mail/opensmtpd-extras-table-socketmap/Makefile
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions mail/opensmtpd-extras-table-sqlite/Makefile
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion mail/opensmtpd-extras/Makefile
@@ -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/
Expand All @@ -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}

Expand Down

0 comments on commit be92dc1

Please sign in to comment.