|
Lines 91-97
Link Here
|
| 91 |
@ if test -f ${PREFIX}/majordomo/aliases.majordomo; then :; \ |
91 |
@ if test -f ${PREFIX}/majordomo/aliases.majordomo; then :; \ |
| 92 |
else ${INSTALL_DATA} ${WRKSRC}/aliases.majordomo \ |
92 |
else ${INSTALL_DATA} ${WRKSRC}/aliases.majordomo \ |
| 93 |
${PREFIX}/majordomo; fi |
93 |
${PREFIX}/majordomo; fi |
| 94 |
@ for f in test-l test-l-digest test-l.passwd test-l.info; do \ |
94 |
@ for f in test-l.passwd test-l.info; do \ |
| 95 |
${INSTALL_DATA} ${FILESDIR}/$$f ${PREFIX}/majordomo/lists; \ |
95 |
${INSTALL_DATA} ${FILESDIR}/$$f ${PREFIX}/majordomo/lists; \ |
| 96 |
done |
96 |
done |
| 97 |
@ ${LN} -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info |
97 |
@ ${LN} -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info |