diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-16 17:40:15 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-16 17:40:15 +0000 |
commit | 1ca7aa3ddcf05d139070ad0ba1eafad01617aa4a (patch) | |
tree | 1a1235a911da2f56e77847fe92619367ffb53481 /security/pam-pgsql | |
parent | 66d69ab9d0dcd80f09dccec55fd2c6e882c1f80f (diff) | |
download | freebsd-ports-1ca7aa3ddcf05d139070ad0ba1eafad01617aa4a.zip |
update maintainer's email address
PR: 51035
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index b1a985c9a38a..62ac8f835ac2 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -MAINTAINER= m@absolight.fr +MAINTAINER= m@absolight.net COMMENT= A pam module for authenticating with PostgreSQL LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |