diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-11 02:38:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-11 02:38:35 +0000 |
commit | f0b4718638b09cfcdc4b0c4488215197af26b692 (patch) | |
tree | b9b95d289215511364e1d370ef350f4ea18872e2 /mail | |
parent | Fix install-info keyword (diff) |
Use md5.h header correctly
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index f8404d706553..09fee1ba0f90 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.31 1997/05/30 07:30:38 max Exp $ +# $Id: Makefile,v 1.32 1997/06/09 23:49:42 max Exp $ # DISTNAME= fetchmail-3.9.7 @@ -18,6 +18,9 @@ MAN1= fetchmail.1 FDOC= ${PREFIX}/share/doc/fetchmail +post-patch: + cp /usr/include/md5.h ${WRKSRC} + post-install: install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ |