aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-07 09:01:27 +0800
committerache <ache@FreeBSD.org>1994-10-07 09:01:27 +0800
commitc512a04d6847ef31b497ff0cbe41d3b9cbb73fd6 (patch)
tree03c6ee69b25e4ce2b40ad9caf155a9e5ae542c82 /mail
parent5ca193cec2ffe3f0b832af579ff394372619f2d2 (diff)
downloadfreebsd-ports-gnome-c512a04d6847ef31b497ff0cbe41d3b9cbb73fd6.tar.gz
freebsd-ports-gnome-c512a04d6847ef31b497ff0cbe41d3b9cbb73fd6.tar.zst
freebsd-ports-gnome-c512a04d6847ef31b497ff0cbe41d3b9cbb73fd6.zip
Add install.man to install: target
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>