aboutsummaryrefslogtreecommitdiffstats
path: root/mail/procmail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-22 09:53:32 +0800
committerache <ache@FreeBSD.org>1994-11-22 09:53:32 +0800
commit7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c (patch)
treeac71c6c31258df7a7fbe8bd84b7f7d850b2a0bcd /mail/procmail
parentda91924d3ab5d39c3186939f3dce31714e28b28b (diff)
downloadfreebsd-ports-gnome-7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c.tar.gz
freebsd-ports-gnome-7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c.tar.zst
freebsd-ports-gnome-7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c.zip
don't install manpages as gzipped, cause problems with this version
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>