diff options
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/pkg-plist | 3 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail812/pkg-plist | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 654bcab06aec..c540eb280133 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -156,6 +156,8 @@ post-install: @cd ${WRKSRC}; ${TAR} cf - cf |\ (cd ${PREFIX}/share/sendmail; ${TAR} xf -) @cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/sendmail/ + ${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps \ + ${PREFIX}/share/doc/sendmail/op.ps ${INSTALL_DATA} ${WRKSRC}/devtools/README \ ${PREFIX}/share/doc/sendmail/DEVTOOLS ${INSTALL_DATA} ${WRKSRC}/sendmail/README \ diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist index 86a2e082a4c4..9b68d0fbcb67 100644 --- a/mail/sendmail/pkg-plist +++ b/mail/sendmail/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.8 2001-10-10 21:32:56 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.9 2001-10-21 03:10:29 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 @@ -24,6 +24,7 @@ sbin/sendmail @group wheel @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/DEVTOOLS %%PORTDOCS%%share/doc/sendmail/SENDMAIL %%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 654bcab06aec..c540eb280133 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -156,6 +156,8 @@ post-install: @cd ${WRKSRC}; ${TAR} cf - cf |\ (cd ${PREFIX}/share/sendmail; ${TAR} xf -) @cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/sendmail/ + ${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps \ + ${PREFIX}/share/doc/sendmail/op.ps ${INSTALL_DATA} ${WRKSRC}/devtools/README \ ${PREFIX}/share/doc/sendmail/DEVTOOLS ${INSTALL_DATA} ${WRKSRC}/sendmail/README \ diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist index ab76b148b95c..747a72c0806c 100644 --- a/mail/sendmail812/pkg-plist +++ b/mail/sendmail812/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.8 2001-10-10 21:32:56 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.9 2001-10-21 03:10:29 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 @@ -24,6 +24,7 @@ sbin/sendmail @group wheel @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/DEVTOOLS %%PORTDOCS%%share/doc/sendmail/SENDMAIL %%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL |