diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /security/pam_krb5 | |
parent | bf8370accdc8c1debd25f233b58f951224d56a2e (diff) | |
download | ports-535382b89150108fea8bdf4a729e9ed1257f42f8.tar.gz ports-535382b89150108fea8bdf4a729e9ed1257f42f8.zip |
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index db3ab9395168..1b0f57862e01 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -9,8 +9,7 @@ PORTNAME= pam_krb5 PORTVERSION= 1.3.r7 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} +MASTER_SITES= SF/pam-krb5/${PORTNAME}/${PORTNAME}-1.3-rc7 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org |