summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-22 09:57:37 +0000
committermharo <mharo@FreeBSD.org>2000-04-22 09:57:37 +0000
commit70717dc960c583000dde5acfd950b24bfee36a7a (patch)
treed02f726ab6eb5437640c57f7beb430241b9e4947
parent3301179c82ef920017f370e08a3cbece1a6e180f (diff)
downloadFreeBSD-ports-70717dc960c583000dde5acfd950b24bfee36a7a.zip
FreeBSD-ports-70717dc960c583000dde5acfd950b24bfee36a7a.tar.gz
whitespace nits
-rw-r--r--ftp/curl/Makefile6
-rw-r--r--ftp/jmirror/Makefile2
-rw-r--r--ftp/sftp/Makefile2
-rw-r--r--ftp/wget-devel/Makefile2
-rw-r--r--ftp/wget/Makefile2
5 files changed, 7 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 56618c4..1251a48 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 <bsd.port.pre.mk>
.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
diff --git a/ftp/jmirror/Makefile b/ftp/jmirror/Makefile
index 1136f50..f8a09d0 100644
--- a/ftp/jmirror/Makefile
+++ b/ftp/jmirror/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= jmrobins@jmirror.ruin.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
USE_PERL5= YES
-NO_BUILD= YES
+NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/lib/jmirror
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile
index ed4c507..5f3d02b 100644
--- a/ftp/sftp/Makefile
+++ b/ftp/sftp/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh
RESTRICTED= "Calls external cryptographic routines."
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--enable-remotepath=${PREFIX}/libexec
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index b2934f3..0fddbe5 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -21,7 +21,7 @@ MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
+CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
LDFLAGS=-L${PREFIX}/lib
INFOFILES= wget.info
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index b2934f3..0fddbe5 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -21,7 +21,7 @@ MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
+CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
LDFLAGS=-L${PREFIX}/lib
INFOFILES= wget.info
OpenPOWER on IntegriCloud