From 9647ca36cdba95e38253de912be65e456bd59da0 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 22 Apr 2000 09:57:37 +0000 Subject: whitespace nits --- ftp/curl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftp/curl') diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 56618c43d393..1251a48865f1 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -18,9 +18,9 @@ MASTER_SITES= http://curl.haxx.nu/stuff/ \ MAINTAINER= kris@FreeBSD.org .if defined(WITH_SSL) -USE_OPENSSL= RSA +USE_OPENSSL= RSA .endif - + .include .if defined(USE_OPENSSL) @@ -29,7 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS='-I${OPENSSLINC} -I${OPENSSLINC}/openssl' \ .endif .if defined(OPENSSL_RSAREF) -CONFIGURE_ENV+= LIBS="-L${OPENSSLLIB} -lcrypto -lRSAglue -L${LOCALBASE}/lib -lrsaref" +CONFIGURE_ENV+= LIBS="-L${OPENSSLLIB} -lcrypto -lRSAglue -L${LOCALBASE}/lib -lrsaref" .endif GNU_CONFIGURE= yes -- cgit v1.2.3