mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/perdition: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
bd7770ecd1
commit
8868859907
2 changed files with 16 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= perdition
|
PORTNAME= perdition
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail net security
|
CATEGORIES= mail net security
|
||||||
MASTER_SITES= http://horms.net/projects/perdition/download/${PORTVERSION}/
|
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/odbc/perditiondb_odbc_makedb \
|
||||||
${WRKSRC}/perdition/db/postgresql/perditiondb_postgresql_makedb
|
${WRKSRC}/perdition/db/postgresql/perditiondb_postgresql_makedb
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
MAKE_ENV+= DOCSDIR=${DOCSDIR}
|
MAKE_ENV+= DOCSDIR=${DOCSDIR}
|
||||||
|
|
|
@ -49,20 +49,20 @@ etc/perdition/Makefile
|
||||||
%%PGSQL%%lib/libperditiondb_postgresql.so
|
%%PGSQL%%lib/libperditiondb_postgresql.so
|
||||||
%%PGSQL%%lib/libperditiondb_postgresql.so.0
|
%%PGSQL%%lib/libperditiondb_postgresql.so.0
|
||||||
%%PGSQL%%lib/libperditiondb_postgresql.so.0.0.0
|
%%PGSQL%%lib/libperditiondb_postgresql.so.0.0.0
|
||||||
%%BDB%%man/man1/makebdb.1.gz
|
%%BDB%%share/man/man1/makebdb.1.gz
|
||||||
%%GDBM%%man/man1/makegdbm.1.gz
|
%%GDBM%%share/man/man1/makegdbm.1.gz
|
||||||
man/man5/perditiondb.5.gz
|
share/man/man5/perditiondb.5.gz
|
||||||
man/man8/perdition.8.gz
|
share/man/man8/perdition.8.gz
|
||||||
man/man8/perdition.imap4.8.gz
|
share/man/man8/perdition.imap4.8.gz
|
||||||
man/man8/perdition.imap4s.8.gz
|
share/man/man8/perdition.imap4s.8.gz
|
||||||
man/man8/perdition.imaps.8.gz
|
share/man/man8/perdition.imaps.8.gz
|
||||||
man/man8/perdition.managesieve.8.gz
|
share/man/man8/perdition.managesieve.8.gz
|
||||||
%%LDAP%%man/man8/perditiondb_ldap_makedb.8.gz
|
%%LDAP%%share/man/man8/perditiondb_ldap_makedb.8.gz
|
||||||
%%MYSQL%%man/man8/perditiondb_mysql_makedb.8.gz
|
%%MYSQL%%share/man/man8/perditiondb_mysql_makedb.8.gz
|
||||||
%%ODBC%%man/man8/perditiondb_odbc_makedb.8.gz
|
%%ODBC%%share/man/man8/perditiondb_odbc_makedb.8.gz
|
||||||
%%PGSQL%%man/man8/perditiondb_postgresql_makedb.8.gz
|
%%PGSQL%%share/man/man8/perditiondb_postgresql_makedb.8.gz
|
||||||
man/man8/perdition.pop3.8.gz
|
share/man/man8/perdition.pop3.8.gz
|
||||||
man/man8/perdition.pop3s.8.gz
|
share/man/man8/perdition.pop3s.8.gz
|
||||||
sbin/perdition
|
sbin/perdition
|
||||||
sbin/perdition.pop3
|
sbin/perdition.pop3
|
||||||
sbin/perdition.pop3s
|
sbin/perdition.pop3s
|
||||||
|
|
Loading…
Add table
Reference in a new issue