diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-12-17 03:51:50 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-12-17 03:51:50 +0000 |
commit | c0f02944f29b558eb5be390f97432e203217a1f3 (patch) | |
tree | 42c7ef1fea8255ce0e92801e8646b828b5fabf4d /ftp/proftpd-devel | |
parent | Add more MASTER_SITES and remove dead one (diff) |
Update mastersites and portlint
Notes
Notes:
svn path=/head/; revision=96007
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 7a6eab958580..16a4bc2f5457 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -9,9 +9,20 @@ PORTNAME= proftpd PORTVERSION= 1.2.9 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ - ftp://ftp.stikman.com/pub/proftpd/source/ \ - ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \ - ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/ + ftp://ftp.stikman.com/pub/proftpd/ \ + ftp://ftp.empora.de/pub/mirrors/ftp.proftpd.org/ \ + ftp://ftp.fastorama.com/ \ + ftp://ftp.middle-earth.it/proftpd/ \ + ftp://ftp.dataguard.no/pub/proftpd/ \ + ftp://spirit.bentel.sk/mirrors/Proftpd/ \ + ftp://ftp.task.gda.pl/pub/proftpd/ \ + ftp://mirror1.dataphone.se/pub/ProFTPD/ \ + ftp://ftp.oss.eznetsols.org/proftpd/ \ + ftp://ftp.ccp14.ac.uk/ccp14/ftp-mirror/programming/proftpd/ \ + ftp://proftpd.networkedsystems.co.uk/ \ + ftp://www.linuxceptional.com/proftpd/ \ + ftp://ftp.ethereal.com/mirrors/ftp.proftpd.org/ \ + ftp://mirror.cybercomm.nl/ \ MAINTAINER= mharo@FreeBSD.org COMMENT= Highly configurable ftp daemon @@ -84,17 +95,17 @@ PROFTPD_LIBS+= -lssl -lcrypto # Keep this here below, in case similar constructs need to be made CONFIGURE_ENV+= "LIBS=${PROFTPD_LIBS}" - + .if !empty(MODULES) -CONFIGURE_ARGS+= --with-modules=${MODULES} +CONFIGURE_ARGS+= --with-modules=${MODULES} .endif .if !empty(INCLUDEDIRS) -CONFIGURE_ARGS+= --with-includes=${INCLUDEDIRS} +CONFIGURE_ARGS+= --with-includes=${INCLUDEDIRS} .endif .if !empty(LIBDIRS) -CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} +CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} .endif pre-configure: @@ -124,7 +135,6 @@ post-configure: post-build: @${SED} ${SED_SCRIPT} ${FILESDIR}/proftpd.sh > ${WRKSRC}/proftpd.sh - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ftpcount ${PREFIX}/bin/ftpcount @${INSTALL_PROGRAM} ${WRKSRC}/ftpwho ${PREFIX}/bin/ftpwho |