diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 14:37:08 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 14:37:08 +0000 |
commit | ec726a8dba0bb9c293605163125b202e72477b1f (patch) | |
tree | 50b2aa43b6cb2e3efd6e34a572a5677075a527d6 /security/pam-pgsql | |
parent | cb60da0496239d8e0088d4e7214f0517e21d6ba2 (diff) | |
download | ports-ec726a8dba0bb9c293605163125b202e72477b1f.tar.gz ports-ec726a8dba0bb9c293605163125b202e72477b1f.zip |
Use MASTER_SITE_DEBIAN.
Notes
Notes:
svn path=/head/; revision=75462
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} |