summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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