diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-02 00:12:50 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-02 00:12:50 +0800 |
commit | 9fc8fd7eab63f9909878aa846b4dc130eb470cf0 (patch) | |
tree | 4bdd40912ea69684f4cf317910275bd791f8dad3 | |
parent | 896f85bdc1b68aa07d064735c4eed4fd58054947 (diff) | |
download | freebsd-ports-gnome-9fc8fd7eab63f9909878aa846b4dc130eb470cf0.tar.gz freebsd-ports-gnome-9fc8fd7eab63f9909878aa846b4dc130eb470cf0.tar.zst freebsd-ports-gnome-9fc8fd7eab63f9909878aa846b4dc130eb470cf0.zip |
- Switch to using MASTER_SITE_KERNEL_ORG
PR: ports/134566
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
-rw-r--r-- | security/linux-pam-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/linux-pam-docs/Makefile b/security/linux-pam-docs/Makefile index db6f5c87dab6..bbdaf6dfc4cf 100644 --- a/security/linux-pam-docs/Makefile +++ b/security/linux-pam-docs/Makefile @@ -8,7 +8,8 @@ PORTNAME= linux-pam-docs PORTVERSION= 0.76 CATEGORIES= security -MASTER_SITES= http://www.kernel.org/pub/linux/libs/pam/pre/doc/ +MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= linux/libs/pam/pre/history DISTNAME= Linux-PAM-${PORTVERSION}-docs MAINTAINER= ports@FreeBSD.org |