From fc0c24668a1fdacaeb2ee2ed40393ae82550bec9 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 25 Apr 1999 18:37:43 +0000 Subject: [PATCH] style --- net/curl/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net/curl/Makefile b/net/curl/Makefile index 3d06fce38b2..5676e893210 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 1999/03/27 07:18:57 brad Exp $ +# $OpenBSD: Makefile,v 1.2 1999/04/25 18:37:43 brad Exp $ DISTNAME= curl-5.5.1 CATEGORIES= net @@ -9,7 +9,8 @@ MASTER_SITES= ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ MAINTAINER= markus.friedl@informatik.uni-erlangen.de -BUILD_DEPENDS= ${PREFIX}/ssl/lib/libssl.a:${PORTSDIR}/security/SSLeay +BUILD_DEPENDS= ${PREFIX}/ssl/lib/libcrypto.a:${PORTSDIR}/security/SSLeay \ + ${PREFIX}/ssl/lib/libssl.a:${PORTSDIR}/security/SSLeay GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/ssl/include/ \ @@ -20,12 +21,9 @@ CURLDOCFILES= CHANGES INSTALL LEGAL MPL-1.0.txt README RESOURCES TODO post-install: ${INSTALL_MAN} $(WRKSRC)/curl.1 $(PREFIX)/man/man1 -.if !defined(NOPORTDOCS) ${MKDIR} ${CURLDOCDIR} - set -e; for f in ${CURLDOCFILES}; do \ + @set -e; for f in ${CURLDOCFILES}; do \ ${INSTALL_DATA} ${WRKSRC}/$${f} ${CURLDOCDIR}/; \ done - ${INSTALL_DATA} ${WRKSRC}/README ${CURLDOCDIR}/ -.endif .include