diff options
author | anders <anders@FreeBSD.org> | 2003-06-01 21:29:01 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-06-01 21:29:01 +0000 |
commit | d1665ac2933c507681de9413452fa79b8a987d3f (patch) | |
tree | 0d49d276aa2cd5bf5b75b288f657f56ee14168ce /security/pam-mysql | |
parent | 4bd66d80193ad3ab9b5f22c155b574d1168624da (diff) | |
download | FreeBSD-ports-d1665ac2933c507681de9413452fa79b8a987d3f.zip FreeBSD-ports-d1665ac2933c507681de9413452fa79b8a987d3f.tar.gz |
Use MASTER_SITE_SOURCEFORGE, this is a SourceForge project.
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 e38a9e7..2d4081a 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 |