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/syslinux | |
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/syslinux')
-rw-r--r-- | sysutils/syslinux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index f5de10ebddd6..1e37aff9a04c 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -9,7 +9,8 @@ PORTNAME= syslinux PORTVERSION= 3.72 CATEGORIES= sysutils -MASTER_SITES= http://www.kernel.org/pub/linux/utils/boot/syslinux/ +MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} +MASTER_SITE_SUBDIR= linux/boot/syslinux/Old MAINTAINER= luigi@FreeBSD.org COMMENT= Syslinux for FreeBSD |