summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-21 03:10:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-21 03:10:29 +0000
commit19002eec460da227d048378ee6028298b04613a6 (patch)
treec96e1a3b28a2de3cbd392716d422bd14d3b5caf5 /mail/sendmail
parentUpgrade to 4.26b (diff)
Install the Operarion Manual as share/doc/sendmail/op.ps
Notes
Notes: svn path=/head/; revision=49014
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile2
-rw-r--r--mail/sendmail/pkg-plist3
2 files changed, 4 insertions, 1 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