summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2023-04-08 19:34:03 +0200
committerChristian Weisgerber <naddy@FreeBSD.org>2023-04-08 19:37:40 +0200
commit9e66cd5c11be1f30432c3a15d88fe95077795ed1 (patch)
tree0d2d63c3ced29ce7a03fe1498442c4dd4efa6879 /shells
parentx11-toolkits/qt5-charts: unbreak after 020693c166d1 (diff)
shells/yash: restore use of MASTER_SITE_OSDN
Ordinary fetching from MASTER_SITE_OSDN works fine. However, the makesum target fails to skip the interposed HTML page.
Diffstat (limited to 'shells')
-rw-r--r--shells/yash/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/shells/yash/Makefile b/shells/yash/Makefile
index d1b667aee9c1..5e53f1140a45 100644
--- a/shells/yash/Makefile
+++ b/shells/yash/Makefile
@@ -1,7 +1,7 @@
PORTNAME= yash
DISTVERSION= 2.54
CATEGORIES= shells
-MASTER_SITES= https://osdn.net/projects/yash/downloads/78345/
+MASTER_SITES= OSDN/yash
MAINTAINER= naddy@FreeBSD.org
COMMENT= POSIX-compliant command line shell
@@ -10,9 +10,6 @@ WWW= https://yash.osdn.jp/index.html.en
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-# skip interposed HTML page
-FETCH_ARGS= --user-agent=curl/7.68.0
-
USES= tar:xz
HAS_CONFIGURE= yes