summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-22 01:53:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-22 01:53:32 +0000
commit5f5756870487144dc3ac988a00526fb4e03743e7 (patch)
treed3dcdb6f04000d6ee42e27eb3686ac4f85950bc9 /mail/procmail
parentUpgrade to version 252 (diff)
don't install manpages as gzipped, cause problems with this version
Notes
Notes: svn path=/head/; revision=445
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index cb8bb383c55e..7a71e2696c8e 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.7 1994/11/09 03:36:12 jkh Exp $
+# $Id: Makefile,v 1.8 1994/11/19 12:29:15 ats Exp $
#
DISTNAME= procmail-3.10
@@ -12,6 +12,6 @@ IS_INTERACTIVE= yes
install:
@echo "===> Installing for ${DISTNAME}"
- @cd ${WRKSRC}; ${MAKE} MANCOMPRESS=gzip MAN1SUFFIX=1.gz MAN5SUFFIX=5.gz install-suid install.man
+ @cd ${WRKSRC}; ${MAKE} install-suid install.man
.include <bsd.port.mk>