summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-07 01:01:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-07 01:01:27 +0000
commitffd5679797f64206070d44444c43e0d09c0c6726 (patch)
tree07fa70d57fdabf558ad0cb429d63f251ef3df4f1 /mail
parentDo package support for yale-tftpd (diff)
Add install.man to install: target
Notes
Notes: svn path=/head/; revision=202
Diffstat (limited to 'mail')
-rw-r--r--mail/procmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index cf0e48234d53..a4378c6f3b11 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.1.1.1 1994/09/25 18:59:07 adam Exp $
+# $Id: Makefile,v 1.2 1994/10/07 00:51:13 ache Exp $
#
DISTNAME= procmail-3.10pre4
@@ -11,6 +11,6 @@ MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
install:
@echo "===> Installing for ${DISTNAME}"
- @cd ${WRKSRC}; ${MAKE} install-suid
+ @cd ${WRKSRC}; ${MAKE} install-suid install.man
.include <bsd.port.mk>