summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:35:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:35:37 +0000
commitfad9a3de2f1bacade03efba9316a472633377e44 (patch)
tree19868179875f6355494e1ceeca09601f6b708b2d /mail/procmail
parentUpdate for new bsd.port.mk (target renaming). (diff)
Updates of mail Makefiles!
Notes
Notes: svn path=/head/; revision=1490
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 0024953e878e..bb53248a82fe 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.14 1995/04/16 13:49:07 ache Exp $
+# $Id: Makefile,v 1.15 1995/04/17 07:50:37 asami Exp $
#
DISTNAME= procmail-3.11pre1
@@ -15,10 +15,7 @@ MAINTAINER= ache@FreeBSD.ORG
IS_INTERACTIVE= yes
-install: build
-.if !defined(BATCH)
- @echo "===> Installing for ${DISTNAME}"
+do-install:
@cd ${WRKSRC}; ${MAKE} install-suid install.man
-.endif
.include <bsd.port.mk>