diff options
author | ache <ache@FreeBSD.org> | 1997-06-11 10:38:35 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-06-11 10:38:35 +0800 |
commit | 49b5461b6a8aceac90a9b7d73e9b8a2fa041c151 (patch) | |
tree | 77fe3d78a774e91160d8081454b32b6e70ffd20f /mail | |
parent | 54bf55025b144bc70ca0a8f5780911bc825f88a2 (diff) | |
download | freebsd-ports-gnome-49b5461b6a8aceac90a9b7d73e9b8a2fa041c151.tar.gz freebsd-ports-gnome-49b5461b6a8aceac90a9b7d73e9b8a2fa041c151.tar.zst freebsd-ports-gnome-49b5461b6a8aceac90a9b7d73e9b8a2fa041c151.zip |
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} \ |