From dbb38c3c5e8c2c4be00f981d7e279bb203f372c1 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 10 Jan 2015 13:53:16 +0000 Subject: lang/fpc: Remove googlecode from MASTER_SITES The googlecode URL only provides 2.6.0 and 2.6.2 versions of the man pages and bootstrap compiler, but not the current 2.6.4, so remove those urls. While here, simplify the LOCAL distcache site urls. The substition is not necessary. --- lang/fpc/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lang/fpc/Makefile') diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 98179f54c6aa..1e27d9635a66 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -13,10 +13,8 @@ MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:sourc ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \ http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \ SF/freepascal/Source/${PORTVERSION}:source \ - ${MASTER_SITE_GOOGLE_CODE}:bootstrap \ - ${MASTER_SITE_LOCAL:S|$|acm/freepascal/:bootstrap|} \ - ${MASTER_SITE_GOOGLE_CODE}:man \ - ${MASTER_SITE_LOCAL:S|$|acm/freepascal/:man|} + LOCAL/acm/freepascal/:bootstrap \ + LOCAL/acm/freepascal/:man DISTFILES= ${DISTNAME:S/$/.source/}${EXTRACT_SUFX}:source DIST_SUBDIR= freepascal -- cgit v1.2.3