diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-13 15:31:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-13 15:31:44 +0000 |
commit | 3aef50c3976ae001cb84fb216f91f30523909563 (patch) | |
tree | 0d9fe89eb45758d3bb0f3509ef531b348b648f58 /security/pam-pgsql/Makefile | |
parent | 87e0b7e965de368862803d083eb3fa5a412d6ef1 (diff) |
Notes
Diffstat (limited to 'security/pam-pgsql/Makefile')
-rw-r--r-- | security/pam-pgsql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 845607099eec..5253d2b3a5f9 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -10,13 +10,13 @@ PORTVERSION= 0.5.2 PORTREVISION= 7 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://mat.cc/distfiles/ -MASTER_SITE_SUBDIR= pam-pgsql -DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= pam-pgsql mat/:local +DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}:DEFAULT,local -PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz +PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz:DEFAULT,local PATCH_SITES= ${MASTER_SITES} -PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} mat/:local MAINTAINER= mat@FreeBSD.org COMMENT= A pam module for authenticating with PostgreSQL |