diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 22:39:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 22:39:26 +0000 |
commit | fdf29be1f6817d8f25bb3f573068411796a668b3 (patch) | |
tree | 83a54da3aac2be1f3f202027275138c63ebdb6df /sysutils/linrename/Makefile | |
parent | ecc99c898e2684921bc69a6a68c46753e5544b12 (diff) | |
download | ports-fdf29be1f6817d8f25bb3f573068411796a668b3.tar.gz ports-fdf29be1f6817d8f25bb3f573068411796a668b3.zip |
Notes
Diffstat (limited to 'sysutils/linrename/Makefile')
-rw-r--r-- | sysutils/linrename/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index af32546a2bd5..1cf2352f15c1 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -7,8 +7,7 @@ CATEGORIES= sysutils #MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION} MASTER_SITES= http://ftp.ntu.edu.tw/ftp/linux/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/linux/%SUBDIR%/ \ - http://kernel.org/pub/linux/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/kernel.org/&,} + http://kernel.org/pub/linux/%SUBDIR%/ MASTER_SITE_SUBDIR= utils/util-linux/v${PORTVERSION:R} DISTNAME= util-linux-${PORTVERSION} |