diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-03-29 03:48:13 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-03-29 03:48:13 +0000 |
commit | 6c3fba5a015f6bb8f7c4f8e373497e22924b76a4 (patch) | |
tree | 24b5174e3a6119dfd63f5cc8e8bdf5023331d518 | |
parent | Reorder @unexec lines to clean directory properly (diff) |
Correct MASTER_SITES.
-rw-r--r-- | www/nspostgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile index 37f189d08c34..965120f29544 100644 --- a/www/nspostgres/Makefile +++ b/www/nspostgres/Makefile @@ -8,7 +8,7 @@ PORTNAME= nspostgres PORTVERSION= 3.0 CATEGORIES= www databases -MASTER_SITES= ftp://ftp.aolserver.com/modules/nspostgres/ +MASTER_SITES= ftp://ftp.aolserver.com/pub/contrib/ DISTNAME= nspostgres3_0 MAINTAINER= jkoshy@freebsd.org |