diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-06-01 21:29:01 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-06-01 21:29:01 +0000 |
commit | e4f1503ebf101c717868514912ae2ec45219a29f (patch) | |
tree | d3c9811c6ba5ded852d0e7dc8982a393c05c317e /security/pam-mysql | |
parent | b3480a0721fa81276e15b68bc584cf03f41581d7 (diff) | |
download | ports-e4f1503ebf101c717868514912ae2ec45219a29f.tar.gz ports-e4f1503ebf101c717868514912ae2ec45219a29f.zip |
Notes
Diffstat (limited to 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index e38a9e786d93..2d4081a37a9d 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -8,8 +8,8 @@ PORTNAME= pam_mysql PORTVERSION= 0.5 CATEGORIES= security databases -MASTER_SITES= http://download.sourceforge.net/pam-mysql/ \ - http://atreides.freenix.no/~anders/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org COMMENT= A pam module for authenticating with MySQL |