whitespace nits
This commit is contained in:
parent
aa542d7f7f
commit
9647ca36cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27886
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue