|
Lines 18-24
Link Here
|
| 18 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
18 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
| 19 |
PLIST= ${WRKDIR}/.PLIST.more |
19 |
PLIST= ${WRKDIR}/.PLIST.more |
| 20 |
|
20 |
|
| 21 |
.if exists(/etc/mail/mailer.conf) |
21 |
.if exists(${DESTDIR}/etc/mail/mailer.conf) |
| 22 |
pre-configure: |
22 |
pre-configure: |
| 23 |
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \ |
23 |
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \ |
| 24 |
${FILESDIR}/site.config.m4 >${WRKSRC}/devtools/Site/site.config.m4 |
24 |
${FILESDIR}/site.config.m4 >${WRKSRC}/devtools/Site/site.config.m4 |
|
Lines 46-51
Link Here
|
| 46 |
${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} |
46 |
${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} |
| 47 |
cd ${WRKSRC} && find -d cf -type d | \ |
47 |
cd ${WRKSRC} && find -d cf -type d | \ |
| 48 |
${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} |
48 |
${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} |
|
|
49 |
${ECHO} "@dirrm share/sendmail" >>${PLIST} |
| 49 |
.endif |
50 |
.endif |
| 50 |
|
51 |
|
| 51 |
# We want mail.local and rmail for our system. |
52 |
# We want mail.local and rmail for our system. |