diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 09:46:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 09:46:30 +0000 |
commit | 4432a74184414e4b99f8fd8742c4d540de94753f (patch) | |
tree | 7e1a62b7725f8efc1f5095115839eeddd0c8f7cd | |
parent | ab7a4c340fdae7215576bfa00da2961c5441bf90 (diff) | |
download | ports-4432a74184414e4b99f8fd8742c4d540de94753f.tar.gz ports-4432a74184414e4b99f8fd8742c4d540de94753f.zip |
Notes
-rw-r--r-- | security/pam-pgsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 62ac8f835ac2..b9eb0971fd28 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -9,9 +9,9 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 PORTREVISION= 7 CATEGORIES= security databases -MASTER_SITES= ${MASTER_SITE_DEBIAN_NON_US} \ - http://libpam-pgsql.codecastle.com/${PORTNAME}-${PORTVERSION}-${PORTREVISION}/ -MASTER_SITE_SUBDIR= pool/non-US/main/p/pam-pgsql +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://mat.cc/distfiles/ +MASTER_SITE_SUBDIR= pam-pgsql DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz |