From 540a34b552c2054e69ee4d9832aff8234897795e Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 22 Mar 2008 16:29:37 +0000 Subject: [PATCH] Fix MASTER_SITES. Pointy hat to: myself --- databases/pgpool/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 893659157b12..28a75c3992a5 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -9,13 +9,11 @@ PORTNAME= pgpool PORTVERSION= 3.4.1 PORTREVISION= 0 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1254/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ MAINTAINER= ports@FreeBSD.org COMMENT= A connection pool server for PostgreSQL -BROKEN= Size mismatch - USE_GMAKE= yes GNU_CONFIGURE= yes