diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-13 22:37:08 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-13 22:37:08 +0800 |
commit | 6846e10378357f76751200c3092e181032b6a09c (patch) | |
tree | 68d67979b61bcfcc7772423f3991968424a65dc2 /security/pam-pgsql | |
parent | b36d3ec9368cd874647a758d8f41a9685e2f734b (diff) | |
download | freebsd-ports-gnome-6846e10378357f76751200c3092e181032b6a09c.tar.gz freebsd-ports-gnome-6846e10378357f76751200c3092e181032b6a09c.tar.zst freebsd-ports-gnome-6846e10378357f76751200c3092e181032b6a09c.zip |
Use MASTER_SITE_DEBIAN.
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index f240f826b9c6..6b336eb3c580 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -9,13 +9,14 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 PORTREVISION= 7 CATEGORIES= security databases -MASTER_SITES= ${MASTER_SITE_DEBIAN} \ +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 DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz PATCH_SITES= ${MASTER_SITES} +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} MAINTAINER= m@absolight.fr @@ -24,15 +25,6 @@ LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} POSTGRESQL_PORT?= databases/postgresql7 PATCH_DIST_STRIP= -p1 -# When the family of Debian mirrors is added to bsd.port.mk, -# this will suddenly start making sense: -MASTER_SITE_DEBIAN?= http://debian.yorku.ca/debian/non-US/${MASTER_SITE_SUBDIR}/ -# This should help the users of MASTER_SORT_REGEX: -.for c in at bg br cz de ee es fi fr hu it jp kr nl no nz pl se si tr uk -MASTER_SITE_DEBIAN+= http://ftp.$c.debian.org/debian-non-US/${MASTER_SITE_SUBDIR}/ -.endfor -MASTER_SITE_DEBIAN+= http://ftp.au.debian.org/pub/debian-non-US/${MASTER_SITE_SUBDIR}/ \ - ftp://ftp.bora.net/pub/linux/debian-non-US/${MASTER_SITE_SUBDIR}/ MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS+= FILESDIR=${FILESDIR} |