Move to pkg-readmes.
This commit is contained in:
parent
c4d4ca4f00
commit
c2ca812e0a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2010/10/23 19:39:46 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2010/11/06 08:14:37 ajacoutot Exp $
|
||||
|
||||
COMMENT-server= University of Washington IMAP4rev1/POP2/POP3 mail servers
|
||||
COMMENT-mailutil=University of Washington IMAP4rev1/POP2/POP3 mail utility
|
||||
@ -11,7 +11,7 @@ PKGNAME-server= imap-uw-${V}
|
||||
PKGNAME-mailutil=mailutil-uw-${V}
|
||||
PKGNAME-c-client=c-client-${V}
|
||||
|
||||
REVISION-server= 1
|
||||
REVISION-server= 2
|
||||
REVISION-mailutil= 1
|
||||
REVISION-c-client= 1
|
||||
|
||||
@ -75,8 +75,6 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/src/tmail/tmail.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imap-uw
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imap-uw
|
||||
${SUBST_CMD} -c ${FILESDIR}/README.OpenBSD \
|
||||
${PREFIX}/share/doc/imap-uw/README.OpenBSD
|
||||
${INSTALL_DATA} ${FILESDIR}/c-client.cf \
|
||||
${PREFIX}/share/examples/imap-uw
|
||||
tar -C ${WRKSRC}/docs -cf - . | \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.8 2009/11/07 12:53:17 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.9 2010/11/06 08:14:37 ajacoutot Exp $
|
||||
@conflict courier-imap-*
|
||||
@conflict courier-pop3-*
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@ -21,7 +21,6 @@ share/doc/imap-uw/CONFIG
|
||||
share/doc/imap-uw/FAQ.html
|
||||
share/doc/imap-uw/FAQ.txt
|
||||
share/doc/imap-uw/IPv6.txt
|
||||
share/doc/imap-uw/README.OpenBSD
|
||||
share/doc/imap-uw/RELNOTES
|
||||
share/doc/imap-uw/SSLBUILD
|
||||
share/doc/imap-uw/Y2K
|
||||
@ -85,6 +84,7 @@ share/doc/imap-uw/rfc/rfc5092.txt
|
||||
share/doc/imap-uw/rfc/rfc5161.txt
|
||||
share/doc/imap-uw/rfc/rfc5162.txt
|
||||
share/doc/imap-uw/rfc/rfc5234.txt
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/examples/imap-uw/
|
||||
share/examples/imap-uw/c-client.cf
|
||||
@sample ${SYSCONFDIR}/c-client.cf
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.3 2009/11/07 12:53:17 ajacoutot Exp $
|
||||
$OpenBSD: README-server,v 1.1 2010/11/06 08:14:37 ajacoutot Exp $
|
||||
|
||||
The ipop2d, ipop3d, and imapd daemons should be invoked by your
|
||||
/etc/inetd.conf file with lines such as:
|
Loading…
Reference in New Issue
Block a user