RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/mail/imap-uw/Portfile,v
retrieving revision 1.20
diff -u -u -r1.20 Portfile
|
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | |
4 | 4 | name imap-uw |
5 | | version 2004 |
| 5 | version 2004c1 |
6 | 6 | categories mail |
7 | 7 | maintainers mij@opendarwin.org rshaw@opendarwin.org |
8 | 8 | description University of Washington IMAP daemon |
… |
… |
|
18 | 18 | |
19 | 19 | distname imap-${version} |
20 | 20 | extract.suffix .tar.Z |
21 | | checksums md5 ec3dafeeae320457a1d098157e9bf969 |
| 21 | checksums md5 f0a1a2abfa4b1ed8074ce023724416f3 |
22 | 22 | |
23 | 23 | use_configure no |
24 | 24 | |
… |
… |
|
115 | 115 | } else { |
116 | 116 | xinstall -m 0711 mlock/mlock ${destroot}${prefix}/libexec |
117 | 117 | } |
118 | | if {[variant_isset devel]} { |
119 | | xinstall -m 0755 src/imapd/imapd.8 ${destroot}${prefix}/share/man/man8 |
120 | | xinstall -m 0755 src/ipopd/ipopd.8 ${destroot}${prefix}/share/man/man8 |
121 | | } else { |
122 | | xinstall -m 0755 src/imapd/imapd.8c ${destroot}${prefix}/share/man/man8/imapd.8 |
123 | | xinstall -m 0755 src/ipopd/ipopd.8c ${destroot}${prefix}/share/man/man8/ipopd.8 |
124 | | } |
| 118 | xinstall -m 0755 src/imapd/imapd.8 ${destroot}${prefix}/share/man/man8 |
| 119 | xinstall -m 0755 src/ipopd/ipopd.8 ${destroot}${prefix}/share/man/man8 |
125 | 120 | xinstall -m 0755 src/mailutil/mailutil.1 ${destroot}${prefix}/share/man/man1 |
126 | 121 | xinstall -m 0755 src/tmail/tmail.1 ${destroot}${prefix}/share/man/man1 |
127 | 122 | xinstall -m 0755 src/dmail/dmail.1 ${destroot}${prefix}/share/man/man1 |