diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 01:18:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 01:18:45 +0000 |
commit | 2955395a453f955f82acef85aea1174d463c90a2 (patch) | |
tree | 9c929deb66daa4e80378e076d9470eecfc8a08e1 /databases/fpc-postgres | |
parent | 50ea67ed35d1ff9dfe48645883dfc68e1487dd44 (diff) | |
download | ports-2955395a453f955f82acef85aea1174d463c90a2.tar.gz ports-2955395a453f955f82acef85aea1174d463c90a2.zip |
Notes
Diffstat (limited to 'databases/fpc-postgres')
-rw-r--r-- | databases/fpc-postgres/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 5d6037b8e05c..e9c0dfc47ddd 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -9,13 +9,7 @@ PORTNAME= postgres PORTVERSION= 1.0.10 PORTREVISION= 1 CATEGORIES= databases -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 |