|
Lines 49-54
Link Here
|
| 49 |
|
49 |
|
| 50 |
SHAREMODE= 0644 |
50 |
SHAREMODE= 0644 |
| 51 |
|
51 |
|
|
|
52 |
PDOC= ${PREFIX}/share/doc/postfix |
| 53 |
|
| 52 |
do-install: |
54 |
do-install: |
| 53 |
@${MKDIR} -m 755 ${PREFIX}/etc/postfix |
55 |
@${MKDIR} -m 755 ${PREFIX}/etc/postfix |
| 54 |
@${CHOWN} root:wheel ${PREFIX}/etc/postfix |
56 |
@${CHOWN} root:wheel ${PREFIX}/etc/postfix |
|
Lines 93-98
Link Here
|
| 93 |
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \ |
95 |
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \ |
| 94 |
${PREFIX}/man/man8/$$f ;\ |
96 |
${PREFIX}/man/man8/$$f ;\ |
| 95 |
done |
97 |
done |
|
|
98 |
@${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC} |
| 99 |
@cd ${WRKSRC} && ${INSTALL_DATA} \ |
| 100 |
html/*.html html/*.gif ${PDOC} && \ |
| 101 |
echo "Installed html documentation in ${PDOC}" |
| 96 |
@${MKDIR} -m 0755 /var/spool/postfix |
102 |
@${MKDIR} -m 0755 /var/spool/postfix |
| 97 |
@if [ ! -e ${PREFIX}/etc/postfix/main.cf ]; then \ |
103 |
@if [ ! -e ${PREFIX}/etc/postfix/main.cf ]; then \ |
| 98 |
${CP} -p ${PREFIX}/etc/postfix/sample-main.cf \ |
104 |
${CP} -p ${PREFIX}/etc/postfix/sample-main.cf \ |