1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Use md5.h header correctly

This commit is contained in:
Andrey A. Chernov 1997-06-11 02:38:35 +00:00
parent c1d3c322a9
commit f0b4718638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6856

View File

@ -3,7 +3,7 @@
# Date created: 26 Oct 1996 # Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi> # 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 DISTNAME= fetchmail-3.9.7
@ -18,6 +18,9 @@ MAN1= fetchmail.1
FDOC= ${PREFIX}/share/doc/fetchmail FDOC= ${PREFIX}/share/doc/fetchmail
post-patch:
cp /usr/include/md5.h ${WRKSRC}
post-install: post-install:
install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
cd ${WRKSRC} && ${INSTALL_DATA} \ cd ${WRKSRC} && ${INSTALL_DATA} \