diff options
Diffstat (limited to 'databases/postgresql-libpq++')
-rw-r--r-- | databases/postgresql-libpq++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-libpq++/Makefile b/databases/postgresql-libpq++/Makefile index 2e395adab12d..deb566acafc0 100644 --- a/databases/postgresql-libpq++/Makefile +++ b/databases/postgresql-libpq++/Makefile @@ -9,7 +9,8 @@ PORTNAME= libpq++ PORTVERSION= 4.0 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqpp/stable/ +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR= projects/gborg/libpqpp/stable PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql |