Add op.txt to package, op.ps is already there.
This commit is contained in:
parent
a34620dac5
commit
1bc31aa3c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61069
4 changed files with 10 additions and 4 deletions
|
@ -89,8 +89,9 @@ do-configure:
|
|||
${SED} -e "s=%%PREFIX%%=${PREFIX}=" -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||
${SITE} > ${WCONF}/site.config.m4
|
||||
|
||||
.if ! defined(SENDMAIL_WITHOUT_MILTER)
|
||||
post-build:
|
||||
( cd ${WRKSRC}/doc/op && ${MAKE} op.txt )
|
||||
.if ! defined(SENDMAIL_WITHOUT_MILTER)
|
||||
( cd ${WRKSRC}/libmilter && ${MAKE} )
|
||||
.endif
|
||||
|
||||
|
@ -156,6 +157,7 @@ post-install:
|
|||
${TAR} -C ${PREFIX}/share/sendmail -xf -
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps ${DOCSDIR}/op.ps
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/op/op.txt ${DOCSDIR}/op.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/devtools/README ${DOCSDIR}/DEVTOOLS
|
||||
${INSTALL_DATA} ${WRKSRC}/sendmail/README ${DOCSDIR}/SENDMAIL
|
||||
${INSTALL_DATA} ${WRKSRC}/mail.local/README ${DOCSDIR}/MAIL.LOCAL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.11 2002-04-06 08:17:33 dinoex Exp $
|
||||
@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.12 2002-06-10 18:51:33 dinoex Exp $
|
||||
@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 90; fi
|
||||
@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 90 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
|
||||
@exec mkdir -p /var/spool/clientmqueue
|
||||
|
@ -26,6 +26,7 @@ sbin/sendmail
|
|||
@comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail
|
||||
@exec chmod 2555 sbin/sendmail
|
||||
%%PORTDOCS%%share/doc/sendmail/op.ps
|
||||
%%PORTDOCS%%share/doc/sendmail/op.txt
|
||||
%%PORTDOCS%%share/doc/sendmail/DEVTOOLS
|
||||
%%PORTDOCS%%share/doc/sendmail/SENDMAIL
|
||||
%%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL
|
||||
|
|
|
@ -89,8 +89,9 @@ do-configure:
|
|||
${SED} -e "s=%%PREFIX%%=${PREFIX}=" -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||
${SITE} > ${WCONF}/site.config.m4
|
||||
|
||||
.if ! defined(SENDMAIL_WITHOUT_MILTER)
|
||||
post-build:
|
||||
( cd ${WRKSRC}/doc/op && ${MAKE} op.txt )
|
||||
.if ! defined(SENDMAIL_WITHOUT_MILTER)
|
||||
( cd ${WRKSRC}/libmilter && ${MAKE} )
|
||||
.endif
|
||||
|
||||
|
@ -156,6 +157,7 @@ post-install:
|
|||
${TAR} -C ${PREFIX}/share/sendmail -xf -
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps ${DOCSDIR}/op.ps
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/op/op.txt ${DOCSDIR}/op.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/devtools/README ${DOCSDIR}/DEVTOOLS
|
||||
${INSTALL_DATA} ${WRKSRC}/sendmail/README ${DOCSDIR}/SENDMAIL
|
||||
${INSTALL_DATA} ${WRKSRC}/mail.local/README ${DOCSDIR}/MAIL.LOCAL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.11 2002-04-06 08:17:33 dinoex Exp $
|
||||
@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.12 2002-06-10 18:51:33 dinoex Exp $
|
||||
@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 90; fi
|
||||
@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 90 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
|
||||
@exec mkdir -p /var/spool/clientmqueue
|
||||
|
@ -26,6 +26,7 @@ sbin/sendmail
|
|||
@comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail
|
||||
@exec chmod 2555 sbin/sendmail
|
||||
%%PORTDOCS%%share/doc/sendmail/op.ps
|
||||
%%PORTDOCS%%share/doc/sendmail/op.txt
|
||||
%%PORTDOCS%%share/doc/sendmail/DEVTOOLS
|
||||
%%PORTDOCS%%share/doc/sendmail/SENDMAIL
|
||||
%%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL
|
||||
|
|
Loading…
Reference in a new issue