mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/cyrus2dovecot: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
dc3ff39525
commit
502731c744
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= cyrus2dovecot
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.cyrus2dovecot.sw.fu-berlin.de/download/
|
||||
EXTRACT_SUFX=
|
||||
|
@ -12,7 +13,7 @@ WWW= http://www.cyrus2dovecot.sw.fu-berlin.de/
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
||||
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
|
||||
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= ${DISTNAME}
|
||||
|
@ -30,6 +31,6 @@ do-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
|
||||
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
|
||||
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue