diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-07-19 11:07:04 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-07-19 11:07:04 +0000 |
commit | d05ed8dfd762827fff14b510dd5b6b4caffefc4e (patch) | |
tree | 2b69ab7a4cec416f6c4b1a44b56ed13d55a4a512 /security/pam-mysql | |
parent | fcc515ce8f0b488e5f554a3a943a5427719e1ec9 (diff) |
Notes
Diffstat (limited to 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 2d4081a37a9d..52d415fec02e 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -9,7 +9,7 @@ PORTNAME= pam_mysql PORTVERSION= 0.5 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} MAINTAINER= anders@FreeBSD.org COMMENT= A pam module for authenticating with MySQL |