diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-28 23:12:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-28 23:12:18 +0800 |
commit | 7565aa5f4318711836fb1e7501dee09d76f01fdc (patch) | |
tree | 362cccbd05224dce618425964b6ce67b7e3813b3 | |
parent | 70d23482b861e013e975550681729fdf3b418b86 (diff) | |
download | freebsd-ports-gnome-7565aa5f4318711836fb1e7501dee09d76f01fdc.tar.gz freebsd-ports-gnome-7565aa5f4318711836fb1e7501dee09d76f01fdc.tar.zst freebsd-ports-gnome-7565aa5f4318711836fb1e7501dee09d76f01fdc.zip |
Fix r463123
Remove https://distfiles.crux.guru/ which is for local distfiles, not MASTER_SITES.
-rw-r--r-- | archivers/unrar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index b5c961081307..4c946ea731d1 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -6,7 +6,6 @@ DISTVERSION= 5.50 PORTEPOCH= 6 CATEGORIES+= archivers MASTER_SITES= https://www.rarlab.com/rar/ \ - https://distfiles.crux.guru/ \ LOCAL/sunpoet DISTNAME= unrarsrc-5.5.8 |