portlint
This commit is contained in:
parent
e7bcb82b78
commit
832c58827b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79521
@ -78,7 +78,7 @@ post-install:
|
||||
@${ECHO_CMD} share/doc/cyrus/${file}.html >>${TMPPLIST}
|
||||
.endfor
|
||||
.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8}
|
||||
ofile=`echo ${file} | sed s/cyrquota/quota/`; \
|
||||
ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \
|
||||
if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \
|
||||
${PREFIX}/share/doc/cyrus/man/$${ofile}.html; \
|
||||
|
@ -141,7 +141,7 @@ post-install:
|
||||
@${ECHO} share/doc/cyrus-imapd2/${file}.html >>${TMPPLIST}
|
||||
.endfor
|
||||
.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8}
|
||||
ofile=`echo ${file} | sed s/cyrquota/quota/`; \
|
||||
ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \
|
||||
if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \
|
||||
${PREFIX}/share/doc/cyrus-imapd2/man/$${ofile}.html; \
|
||||
|
@ -8,10 +8,10 @@
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.2.0.a
|
||||
#PORTREVISION= 0
|
||||
DISTNAME= ${PORTNAME}-2.2.0-ALPHA
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
DISTNAME= ${PORTNAME}-2.2.0-ALPHA
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||
@ -180,7 +180,7 @@ post-install:
|
||||
@${ECHO} share/doc/cyrus-imapd22/${file}.html >>${TMPPLIST}
|
||||
.endfor
|
||||
.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8}
|
||||
ofile=`echo ${file} | sed s/cyrquota/quota/`; \
|
||||
ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \
|
||||
if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \
|
||||
${DOCSDIR}/man/$${ofile}.html; \
|
||||
|
@ -8,10 +8,10 @@
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.2.0.a
|
||||
#PORTREVISION= 0
|
||||
DISTNAME= ${PORTNAME}-2.2.0-ALPHA
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
DISTNAME= ${PORTNAME}-2.2.0-ALPHA
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||
@ -180,7 +180,7 @@ post-install:
|
||||
@${ECHO} share/doc/cyrus-imapd22/${file}.html >>${TMPPLIST}
|
||||
.endfor
|
||||
.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8}
|
||||
ofile=`echo ${file} | sed s/cyrquota/quota/`; \
|
||||
ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \
|
||||
if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \
|
||||
${DOCSDIR}/man/$${ofile}.html; \
|
||||
|
@ -8,10 +8,10 @@
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.2.0.a
|
||||
#PORTREVISION= 0
|
||||
DISTNAME= ${PORTNAME}-2.2.0-ALPHA
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
DISTNAME= ${PORTNAME}-2.2.0-ALPHA
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||
@ -180,7 +180,7 @@ post-install:
|
||||
@${ECHO} share/doc/cyrus-imapd22/${file}.html >>${TMPPLIST}
|
||||
.endfor
|
||||
.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8}
|
||||
ofile=`echo ${file} | sed s/cyrquota/quota/`; \
|
||||
ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \
|
||||
if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \
|
||||
${DOCSDIR}/man/$${ofile}.html; \
|
||||
|
Loading…
Reference in New Issue
Block a user