Index: head/ftp/curl/Makefile =================================================================== --- head/ftp/curl/Makefile (revision 27885) +++ head/ftp/curl/Makefile (revision 27886) @@ -1,46 +1,46 @@ # New ports collection makefile for: curl # Date created: 12 December 1998 # Whom: Neil Blakey-Milner # # $FreeBSD$ # PORTNAME= curl PORTVERSION= 6.5.2 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.nu/stuff/ \ ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ ftp://ftp.win.or.jp/pub/network/www/misc/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \ ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/ MAINTAINER= kris@FreeBSD.org .if defined(WITH_SSL) -USE_OPENSSL= RSA +USE_OPENSSL= RSA .endif - + .include .if defined(USE_OPENSSL) CONFIGURE_ENV+= CPPFLAGS='-I${OPENSSLINC} -I${OPENSSLINC}/openssl' \ LDFLAGS='-L${OPENSSLLIB}' .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 MAKEFILES= Makefile src/Makefile post-configure: .for x in ${MAKEFILES} @ ${MV} ${WRKSRC}/${x} ${WRKSRC}/${x}.pre_sed @ ${SED} -e 's#@SHELL@#${SH}#' \ ${WRKSRC}/${x}.pre_sed > ${WRKSRC}/${x} .endfor .include Property changes on: head/ftp/curl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/ftp/jmirror/Makefile =================================================================== --- head/ftp/jmirror/Makefile (revision 27885) +++ head/ftp/jmirror/Makefile (revision 27886) @@ -1,25 +1,25 @@ # New ports collection makefile for: jmirror # Date Created: 4 Febuary 1999 # Whom: Justin Robinson # # $FreeBSD$ # PORTNAME= jmirror PORTVERSION= 1.0b CATEGORIES= ftp MASTER_SITES= ftp://ftp.ruin.org/pub/All/ 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 ${INSTALL_SCRIPT} ${WRKSRC}/jmirror ${PREFIX}/bin/jmirror ${INSTALL_DATA} ${WRKSRC}/sample.jmirror.conf ${PREFIX}/lib/jmirror/sample.jmirror.conf .include Property changes on: head/ftp/jmirror/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/ftp/sftp/Makefile =================================================================== --- head/ftp/sftp/Makefile (revision 27885) +++ head/ftp/sftp/Makefile (revision 27886) @@ -1,45 +1,45 @@ # New ports collection makefile for: sftp # Date created: 30 December 1999 # Whom: Cy Shubert # # $FreeBSD$ # PORTNAME= sftp PORTVERSION= 0.7 CATEGORIES= ftp security MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ MAINTAINER= Cy.Schubert@uumail.gov.bc.ca 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 MAN1= secftp.1 PLIST= ${WRKDIR}/.PLIST do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/secftp ${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/rsftp ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv ${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/secftp.1 ${CP} ${PKGDIR}/PLIST.in ${PLIST}.unsorted @if [ ! -f ${PREFIX}/bin/sftp ]; then \ ${ECHO} "No other sftp found, linking sftp to secftp"; \ ${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/sftp; \ ${LN} -s ${PREFIX}/man/man1/secftp.1.gz ${PREFIX}/man/man1/sftp.1.gz; \ ${ECHO} bin/sftp >> ${PLIST}.unsorted; \ ${ECHO} man/man1/sftp.1.gz >> ${PLIST}.unsorted; \ else \ ${ECHO} "Other sftp found, not linking sftp to secftp"; \ fi @sort -u ${PLIST}.unsorted > ${PLIST} .include Property changes on: head/ftp/sftp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/ftp/wget/Makefile =================================================================== --- head/ftp/wget/Makefile (revision 27885) +++ head/ftp/wget/Makefile (revision 27886) @@ -1,34 +1,34 @@ # ex:ts=8 # Ports collection makefile for: wget # Date created: 31 December 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= wget PORTVERSION= 1.5.3 CATEGORIES= ftp www MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \ ftp://ftp.uni-mainz.de/pub/gnu/wget/ \ ftp://ftp.max.irk.ru/unix/net/www/wget/ MASTER_SITE_SUBDIR= wget 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 post-install: .for i in ${INFOFILES} install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir .endfor .include Property changes on: head/ftp/wget/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/ftp/wget-devel/Makefile =================================================================== --- head/ftp/wget-devel/Makefile (revision 27885) +++ head/ftp/wget-devel/Makefile (revision 27886) @@ -1,34 +1,34 @@ # ex:ts=8 # Ports collection makefile for: wget # Date created: 31 December 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= wget PORTVERSION= 1.5.3 CATEGORIES= ftp www MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \ ftp://ftp.uni-mainz.de/pub/gnu/wget/ \ ftp://ftp.max.irk.ru/unix/net/www/wget/ MASTER_SITE_SUBDIR= wget 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 post-install: .for i in ${INFOFILES} install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir .endfor .include Property changes on: head/ftp/wget-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property