diff options
author | ache <ache@FreeBSD.org> | 1994-11-22 01:53:32 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-22 01:53:32 +0000 |
commit | 7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c (patch) | |
tree | ac71c6c31258df7a7fbe8bd84b7f7d850b2a0bcd /mail | |
parent | da91924d3ab5d39c3186939f3dce31714e28b28b (diff) | |
download | FreeBSD-ports-7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c.zip FreeBSD-ports-7d82b58e850aac8b82b58fe1a1597c4b3d4ac79c.tar.gz |
don't install manpages as gzipped, cause problems with this version
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index cb8bb38..7a71e26 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> |