diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-16 02:55:42 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-16 02:55:42 +0800 |
commit | 129c06f44ddc6e661439b20286e9652a0ea8a5cf (patch) | |
tree | 24345a68cc42e255bb6979876e7a777187081157 /sysutils/linrename | |
parent | 068537b03077d7031a6ead16e164a07960703710 (diff) | |
download | freebsd-ports-gnome-129c06f44ddc6e661439b20286e9652a0ea8a5cf.tar.gz freebsd-ports-gnome-129c06f44ddc6e661439b20286e9652a0ea8a5cf.tar.zst freebsd-ports-gnome-129c06f44ddc6e661439b20286e9652a0ea8a5cf.zip |
- Use MASTER_SITES_KERNEL_ORG
PR: ports/134566
Approved by: all maintainer timeouts
Diffstat (limited to 'sysutils/linrename')
-rw-r--r-- | sysutils/linrename/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index a8ea9b77b165..91700cfca8ec 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -12,8 +12,8 @@ CATEGORIES= sysutils MASTER_SITES= http://mirror.linux.org.au/pub/linux/utils/util-linux/ \ http://debian.csail.mit.edu/pub/linux/utils/util-linux/ \ http://www.club.cc.cmu.edu/pub/linux.out-of-date/utils/util-linux/ \ - http://www.kernel.org/pub/linux/utils/util-linux/ \ - ftp://ftp.kernel.org/pub/linux/utils/util-linux/old/ + ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= linux/utils/util-linux DISTNAME= util-linux-${PORTVERSION} MAINTAINER= Net147@hotmail.com |