Date: Sat, 24 Feb 2024 18:21:12 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 88688599078c - main - mail/perdition: Moved man to share/man Message-ID: <202402241821.41OILCuc008524@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=88688599078cd91f234cedbc7c206b55343e5a4c commit 88688599078cd91f234cedbc7c206b55343e5a4c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:42:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 18:20:52 +0000 mail/perdition: Moved man to share/man Approved by: portmgr (blanket) --- mail/perdition/Makefile | 3 ++- mail/perdition/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 6044ef244e27..61bcb00d7c6a 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,6 +1,6 @@ PORTNAME= perdition PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail net security MASTER_SITES= http://horms.net/projects/perdition/download/${PORTVERSION}/ @@ -19,6 +19,7 @@ SHEBANG_FILES= ${WRKSRC}/perdition/db/ldap/perditiondb_ldap_makedb \ ${WRKSRC}/perdition/db/odbc/perditiondb_odbc_makedb \ ${WRKSRC}/perdition/db/postgresql/perditiondb_postgresql_makedb GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= DOCSDIR=${DOCSDIR} diff --git a/mail/perdition/pkg-plist b/mail/perdition/pkg-plist index 65c2b0a7e0a8..554fb6d1bc57 100644 --- a/mail/perdition/pkg-plist +++ b/mail/perdition/pkg-plist @@ -49,20 +49,20 @@ etc/perdition/Makefile %%PGSQL%%lib/libperditiondb_postgresql.so %%PGSQL%%lib/libperditiondb_postgresql.so.0 %%PGSQL%%lib/libperditiondb_postgresql.so.0.0.0 -%%BDB%%man/man1/makebdb.1.gz -%%GDBM%%man/man1/makegdbm.1.gz -man/man5/perditiondb.5.gz -man/man8/perdition.8.gz -man/man8/perdition.imap4.8.gz -man/man8/perdition.imap4s.8.gz -man/man8/perdition.imaps.8.gz -man/man8/perdition.managesieve.8.gz -%%LDAP%%man/man8/perditiondb_ldap_makedb.8.gz -%%MYSQL%%man/man8/perditiondb_mysql_makedb.8.gz -%%ODBC%%man/man8/perditiondb_odbc_makedb.8.gz -%%PGSQL%%man/man8/perditiondb_postgresql_makedb.8.gz -man/man8/perdition.pop3.8.gz -man/man8/perdition.pop3s.8.gz +%%BDB%%share/man/man1/makebdb.1.gz +%%GDBM%%share/man/man1/makegdbm.1.gz +share/man/man5/perditiondb.5.gz +share/man/man8/perdition.8.gz +share/man/man8/perdition.imap4.8.gz +share/man/man8/perdition.imap4s.8.gz +share/man/man8/perdition.imaps.8.gz +share/man/man8/perdition.managesieve.8.gz +%%LDAP%%share/man/man8/perditiondb_ldap_makedb.8.gz +%%MYSQL%%share/man/man8/perditiondb_mysql_makedb.8.gz +%%ODBC%%share/man/man8/perditiondb_odbc_makedb.8.gz +%%PGSQL%%share/man/man8/perditiondb_postgresql_makedb.8.gz +share/man/man8/perdition.pop3.8.gz +share/man/man8/perdition.pop3s.8.gz sbin/perdition sbin/perdition.pop3 sbin/perdition.pop3s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241821.41OILCuc008524>