diff options
author | pav <pav@FreeBSD.org> | 2005-11-24 09:18:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-24 09:18:45 +0800 |
commit | fa474fe78bb16d6edde921a89533f61032459acb (patch) | |
tree | 3e53fccb60998c16ef93f8cf8bfdf57427f313de /devel/fpc-gdbint | |
parent | a30858c923da91b89e16f2dc398ef02d5c3d88ab (diff) | |
download | freebsd-ports-gnome-fa474fe78bb16d6edde921a89533f61032459acb.tar.gz freebsd-ports-gnome-fa474fe78bb16d6edde921a89533f61032459acb.tar.zst freebsd-ports-gnome-fa474fe78bb16d6edde921a89533f61032459acb.zip |
- Remove dead MASTER_SITES
Diffstat (limited to 'devel/fpc-gdbint')
-rw-r--r-- | devel/fpc-gdbint/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/fpc-gdbint/Makefile b/devel/fpc-gdbint/Makefile index 053188d19b7e..8c969f2b2794 100644 --- a/devel/fpc-gdbint/Makefile +++ b/devel/fpc-gdbint/Makefile @@ -9,13 +9,7 @@ PORTNAME= gdbint PORTVERSION= 1.0.10 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ - ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \ - ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \ - ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \ - ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \ - ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freepascal PKGNAMEPREFIX= fpc- DISTNAME= fpc-${PORTVERSION}.ELF |